On Thu, 7 Apr 2016, Riccardo (Jack) Lucchetti wrote:
On Thu, 7 Apr 2016, Allin Cottrell wrote:
> Thanks, that's now fixed. I think our json-glib interface should now be
> pretty much bulletproof.
Sort of ;)
<hansl>
clear
string jst = sprintf("{\"full\": [10], \"empty\": []}")
# infinite loop; cpu at 100%!
eval jsonget(jst, "$.empty")
</hansl>
You torturer, you ;-)
So let's move "goto repeat;" up a couple of lines (it's in git).
Allin