> even valid JSON inputs could cause stack overflow how it is now, IIUC.

Yep, the JSON language is defined recursive, so it will take growing memory to 
parse, either stack or heap so at some point its gonna run out.  Unfortunately 
current OSes don't make it easy to find out when you are about to run out.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1768#issuecomment-364712431

Reply via email to