[Github-comments] [geany/geany] Segmentation Fault when opening JSON file with terminal colors (Linux) (#1768)

elextr notifications at xxxxx
Sun Feb 11 01:57:06 UTC 2018


> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180211/10016c99/attachment-0001.html>


More information about the Github-comments mailing list