]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: fix use-of-uninitialized-value or null dereference
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Apr 2019 05:26:23 +0000 (14:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Apr 2019 09:18:11 +0000 (18:18 +0900)
commit86a3d44de5326fd4d714e90bf9012360f1d028a2
tree7e918bce6da1293f990858f0720916022e50db34
parent55a37d7117bf01f5245dfab2db86adb59b8daf9e
network: fix use-of-uninitialized-value or null dereference

This fixes a bug introduced by 6ef5c881dd5568f08dc35013e24f7d857f36b207.

Fixes oss-fuzz#14157 and oss-fuzz#14158.
src/network/netdev/wireguard.c
test/fuzz/fuzz-netdev-parser/oss-fuzz-14157 [new file with mode: 0644]
test/fuzz/fuzz-netdev-parser/oss-fuzz-14158 [new file with mode: 0644]