BTCP-Rebase/src/univalue
Daniel Kraft e938122b7b Stop parsing JSON after first finished construct.
Fix https://github.com/bitcoin/bitcoin/issues/6558.  In particular, stop
parsing JSON after the first object or array is finished.  Check that no
other garbage follows, and fail the parser if it does.
2015-08-20 12:48:43 +02:00
..
gen.cpp UniValue: don't escape solidus, keep espacing of reverse solidus 2015-06-25 08:10:08 +02:00
univalue.cpp univalue: Avoid unnecessary roundtrip through double for numbers 2015-07-18 09:04:18 +02:00
univalue.h univalue: Avoid unnecessary roundtrip through double for numbers 2015-07-18 09:04:18 +02:00
univalue_escapes.h UniValue: don't escape solidus, keep espacing of reverse solidus 2015-06-25 08:10:08 +02:00
univalue_read.cpp Stop parsing JSON after first finished construct. 2015-08-20 12:48:43 +02:00
univalue_write.cpp univalue: Avoid unnecessary roundtrip through double for numbers 2015-07-18 09:04:18 +02:00