forked from bblanchon/ArduinoJson
Replacing a value now releases the memory
This commit is contained in:
@ -6,3 +6,8 @@ add_executable(msgpack_fuzzer
|
||||
msgpack_fuzzer.cpp
|
||||
fuzzer_main.cpp
|
||||
)
|
||||
|
||||
add_executable(json_fuzzer
|
||||
json_fuzzer.cpp
|
||||
fuzzer_main.cpp
|
||||
)
|
||||
|
Reference in New Issue
Block a user