Fixed segmentation fault in DynamicJsonBuffer when memory allocation fails (issue #92)

This commit is contained in:
Benoit Blanchon
2015-08-01 16:31:59 +02:00
parent f5b83f9314
commit 2524a00a96
8 changed files with 163 additions and 133 deletions

View File

@@ -1,6 +1,11 @@
Arduino JSON: change log
========================
v4.6
----
* Fixed segmentation fault in `DynamicJsonBuffer` when memory allocation fails (issue #92)
v4.5
----