Fixed segmentation fault in StaticJsonBuffer (issue #104)

This commit is contained in:
Benoit Blanchon
2015-08-29 22:51:17 +02:00
parent a1943e21ed
commit 823a172681
6 changed files with 98 additions and 8 deletions

View File

@@ -5,6 +5,8 @@ v5.0.2
------
* Fixed Clang warning "register specifier is deprecated" (issue #102)
* Fixed segmentation fault in `parseObject(String)` and `parseArray(String)`, when the
`StaticJsonBuffer` is too small to hold a copy of the string (issue #104)
* Fixed compilation on Visual Studio 2010 and 2012 (issue #107)
v5.0.1