mirror of https://github.com/google/oss-fuzz.git
[systemd] turn MSAn on (#6514)
Apparently the dependencies aren't used at runtime by the fuzz targets so it seems it should be safe to bring MSAn back. I'd keep https://github.com/systemd/systemd/issues/20542 open though (at least until the dependencies are either linked properly or maybe even removed somehow).
This commit is contained in:
parent
aecd612127
commit
aa8740a98a
|
@ -5,8 +5,7 @@ builds_per_day: 4
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
- undefined
|
- undefined
|
||||||
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
- memory
|
||||||
# - memory
|
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- jonathan@titanous.com
|
- jonathan@titanous.com
|
||||||
- zbyszek@in.waw.pl
|
- zbyszek@in.waw.pl
|
||||||
|
|
Loading…
Reference in New Issue