mirror of https://github.com/google/oss-fuzz.git
[arduinojson] disable msan & change primary contact (#290)
* add project ArduinoJson * [arduinojson] disable msan as it's causing a false positive * [arduinojson] change primary contact
This commit is contained in:
parent
4a93f93813
commit
fddc314e69
|
@ -1,6 +1,5 @@
|
|||
homepage: "https://github.com/bblanchon/ArduinoJson"
|
||||
primary_contact: "oss-fuzz@benoitblanchon.fr"
|
||||
primary_contact: "benoit.blanchon@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
|
|
Loading…
Reference in New Issue