summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-15 17:33:48 +0100
committerGitHub <noreply@github.com>2019-03-15 17:33:48 +0100
commit95658673a0889c26cb7d3c70b9e8a5e9ff09784a (patch)
treece16ec9b29ac97708f9e594887926023daa801ab /test
parent4209f6619d6bbf7aaac7e4d68a5a8f00fd8c872d (diff)
parent50969cff60e86600034ce88bfdb539a3f9f240ad (diff)
downloadsystemd-95658673a0889c26cb7d3c70b9e8a5e9ff09784a.tar.gz
Merge pull request #12016 from yuwata/fix-two-memleaks-found-by-oss-fuzz
Fix two memleaks found by oss fuzz
Diffstat (limited to 'test')
-rw-r--r--test/fuzz/fuzz-netdev-parser/oss-fuzz-137196
-rw-r--r--test/fuzz/fuzz-nspawn-settings/oss-fuzz-136912
2 files changed, 8 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-netdev-parser/oss-fuzz-13719 b/test/fuzz/fuzz-netdev-parser/oss-fuzz-13719
new file mode 100644
index 0000000000..adff4c186b
--- /dev/null
+++ b/test/fuzz/fuzz-netdev-parser/oss-fuzz-13719
@@ -0,0 +1,6 @@
+[NetDev]
+Name=w
+Kind=wireguard
+[WireGuardPeer]
+Endpoint=:0
+Endpoint=:8 \ No newline at end of file
diff --git a/test/fuzz/fuzz-nspawn-settings/oss-fuzz-13691 b/test/fuzz/fuzz-nspawn-settings/oss-fuzz-13691
new file mode 100644
index 0000000000..51f46e3734
--- /dev/null
+++ b/test/fuzz/fuzz-nspawn-settings/oss-fuzz-13691
@@ -0,0 +1,2 @@
+[Files]
+Overlay=/:: \ No newline at end of file