mirror of https://github.com/google/oss-fuzz.git
[systemd] Enable memory sanitizer (#1084)
This commit is contained in:
parent
442891c4ef
commit
b73b36edb3
|
@ -1,5 +1,9 @@
|
||||||
homepage: "https://freedesktop.org/wiki/Software/systemd/"
|
homepage: "https://freedesktop.org/wiki/Software/systemd/"
|
||||||
primary_contact: "lennart@poettering.net"
|
primary_contact: "lennart@poettering.net"
|
||||||
|
sanitizers:
|
||||||
|
- address
|
||||||
|
- undefined
|
||||||
|
- memory
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- jonathan@titanous.com
|
- jonathan@titanous.com
|
||||||
- zbyszek@in.waw.pl
|
- zbyszek@in.waw.pl
|
||||||
|
|
Loading…
Reference in New Issue