diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2020-05-31 13:21:16 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-05-31 21:39:37 +0200 |
commit | fdd156dd999e7a7c27a7582262cb889f204f199c (patch) | |
tree | caadcee4f1fc490a81743f6d1372ab1c9d45a970 /test | |
parent | d904afc730268d50502f764dfd55b8cf4906c46f (diff) | |
download | systemd-fdd156dd999e7a7c27a7582262cb889f204f199c.tar.gz |
tests: add a testcase triggering https://github.com/systemd/systemd/issues/15968
It's just a follow-up to https://github.com/systemd/systemd/pull/15976
Diffstat (limited to 'test')
-rw-r--r-- | test/fuzz/fuzz-netdev-parser/github-15968 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-netdev-parser/github-15968 b/test/fuzz/fuzz-netdev-parser/github-15968 new file mode 100644 index 0000000000..0527704d28 --- /dev/null +++ b/test/fuzz/fuzz-netdev-parser/github-15968 @@ -0,0 +1,14 @@ +[NetDev] +Name=t +[L2TP] +b +Remote=1.8.0.2 + +[L2TPSession] +SessionId= +[L2TP] +PeerTunnelId=2 +[NetDev] +Kind=l2tp +[L2TP] +TunnelId=4 |