mirror of
https://github.com/systemd/systemd.git
synced 2025-12-01 08:24:09 +03:00
fuzz: add env-file fuzzer
This commit is contained in:
5
test/fuzz/fuzz-env-file/simple-env-file
Normal file
5
test/fuzz/fuzz-env-file/simple-env-file
Normal file
@@ -0,0 +1,5 @@
|
||||
VARIABLE="value"
|
||||
OPTION="--option=1234"
|
||||
NUMBER=1
|
||||
EMPTY=""
|
||||
PATH=/var/lib/xxx
|
||||
Reference in New Issue
Block a user