]> granicus.if.org Git - json-c/commit
Fix various potential null ptr deref and int32 overflows
authorEven Rouault <even.rouault@spatialys.com>
Mon, 11 Jan 2016 11:15:54 +0000 (12:15 +0100)
committerEven Rouault <even.rouault@spatialys.com>
Mon, 11 Jan 2016 11:15:54 +0000 (12:15 +0100)
commit77a4276a8c210e1faa2e8c13421e9a3d62772340
tree1fc67d6c101870b1ffd9c4d1784434153bcfb26e
parent537f8bcbdbdc10ffa7673199a0be82ca4eb56ec8
Fix various potential null ptr deref and int32 overflows

This fix errors that can happen when ingesting very large JSON files
when hitting the maximum heap size of the process.
arraylist.c
json_object.c
json_tokener.c