dogecoin/src/univalue
Daniel Kraft 0cc7b2352e Fix univalue handling of \u0000 characters.
Univalue's parsing of \u escape sequences did not handle NUL characters
correctly.  They were, effectively, dropped.  The extended test-case
fails with the old code, and is fixed with this patch.
2015-06-11 12:09:05 +02:00
..
gen.cpp Remove references to X11 licence 2014-12-16 15:56:50 +08:00
univalue.cpp univalue: add strict type checking 2015-06-04 13:18:57 +02:00
univalue.h use const references where appropriate 2015-06-04 19:34:18 +02:00
univalue_escapes.h Fix all header defines 2014-11-03 16:16:40 +01:00
univalue_read.cpp Fix univalue handling of \u0000 characters. 2015-06-11 12:09:05 +02:00
univalue_write.cpp univalue: add support for real, fix percision and make it json_spirit compatible 2015-06-04 09:16:06 +02:00