summaryrefslogtreecommitdiffstats
path: root/src/jv_parse.c
AgeCommit message (Collapse)Author
2017-01-27Parse no deeper than MAX_PARSING_DEPTHW-Mark Kubacki
while true; do printf '{"deeper": '; done | jq .
2015-10-24Heap buffer overflow in tokenadd() (fix #105)Nicolas Williams
This was an off-by one: the NUL terminator byte was not allocated on resize. This was triggered by JSON-encoded numbers longer than 256 bytes.
2015-08-23Move source files to src/David Tolnay