Fixed undefined behavior in Prettyfier and Print (issue #354)

This commit is contained in:
Benoit Blanchon
2016-09-17 13:51:54 +02:00
parent 2f6f3d0629
commit 8a9b918bf4
3 changed files with 31 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fixed `array[idx].as<JsonVariant>()` and `object[key].as<JsonVariant>()`
* Fixed return value of `JsonObject::set()` (issue #350)
* Fixed undefined behavior in `Prettyfier` and `Print` (issue #354)
v5.6.6
------