json/test
Niels Lohmann 22b59693f1
💥 CBOR/MessagePack input must end with EOF #505
The CBOR and MessagePack parsers now expect the input to be read until the end. Unless the new parameter "strict" is set to false (it is true by default), an exception is raised if the parser ends prematurely. This is a breaking change as the parsers ignored unread input so far.

Furthermore, the offset/startIndex paramter introduced in #462 was removed as this behavior can be mimicked with an iterator range. For instance, instead of calling "from_cbor(vec, 5);", you can write "from_cbor({vec.begin()+5, vec.end()});".
2017-08-16 14:48:23 +02:00
..
data 🐛 fix for #656 2017-07-17 07:53:02 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src 💥 CBOR/MessagePack input must end with EOF #505 2017-08-16 14:48:23 +02:00
thirdparty ⬆️ Catch v1.9.7 2017-08-16 10:23:39 +02:00
CMakeLists.txt 🔨 further cleanup 2017-07-22 13:35:04 +02:00
Makefile ⬆️ Catch v1.9.5 2017-06-20 20:13:56 +02:00