mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed segmentation fault in when memory allocation fails (issue #92)
This commit is contained in:
		| @@ -24,6 +24,11 @@ The `String` class is **bad** because it uses dynamic memory allocation. | ||||
| Compared to static allocation, it compiles to a bigger, slower program, and is less predictable. | ||||
| You certainly don't want that in an embedded environment! | ||||
|  | ||||
| v4.6 | ||||
| ---- | ||||
|  | ||||
| * Fixed segmentation fault in `DynamicJsonBuffer` when memory allocation fails (issue #92) | ||||
|  | ||||
| v4.5 | ||||
| ---- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user