Systemd/src/fuzz
Zbigniew Jędrzejewski-Szmek 989290dbf1 fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink=
https://clang.llvm.org/docs/MemorySanitizer.html#id5 documents this
check as the way to detect MemorySanitizer at compilation time. We
only need to skip the test if MemorySanitizer is used.

Also, use this condition in cg_slice_to_path(). There, the code that is
conditionalized is not harmful in any way (it's just unnecessary), so remove
the FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION condition.

Fixes #8482.
2018-03-26 15:28:03 +02:00
..
fuzz-dhcp-server.c fuzz: cast to void when return value is ignored 2018-01-22 09:58:29 +09:00
fuzz-dhcp-server.options fuzz-dhcp-server: fix name of options file 2018-03-11 16:33:59 +01:00
fuzz-dns-packet.c fuzz: check return value 2018-01-22 09:55:38 +09:00
fuzz-dns-packet.options fuzz: add initial fuzzing infrastructure 2018-01-17 13:57:06 -05:00
fuzz-main.c fuzz: allow logging to be configured, disable in fuzz-unit-file 2018-03-11 16:33:59 +01:00
fuzz-unit-file.c fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink= 2018-03-26 15:28:03 +02:00
fuzz.h fuzz: add initial fuzzing infrastructure 2018-01-17 13:57:06 -05:00
meson.build Add fuzzer for unit file parser 2018-03-11 16:33:59 +01:00