1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

oss-fuzz: add the reproducer case by oss-fuzz #8064

This commit is contained in:
Yu Watanabe 2018-05-03 16:57:29 +09:00
parent 50fb3437cd
commit 022fa82a8b
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
service
[Service]
RestartForceExitStatus=RTMIN+2147483644

View File

@ -26,4 +26,5 @@ fuzz_regression_tests = '''
fuzz-unit-file/oss-fuzz-6917
fuzz-unit-file/oss-fuzz-6977
fuzz-unit-file/oss-fuzz-7004
fuzz-unit-file/oss-fuzz-8064
'''.split()