mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
1c56d50109
The orignal reproducer from oss-fuzz depends on the hostname (via %H and %c). The hostname needs a dash for msan to report this, so a simpler case from @evverx with the dash hardcoded is also added. The issue is a false positive from msan, which does not instruct stpncpy (https://github.com/google/sanitizers/issues/926). Let's add a work-around until this is fixed.
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
service
|
|
[Service]
|
|
Slice=%H.slice
|
|
TemporaryFileSystem=%c |