mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
network: fix use-of-uninitialized-value or null dereference
This fixes a bug introduced by 6ef5c881dd.
Fixes oss-fuzz#14157 and oss-fuzz#14158.
This commit is contained in:
5
test/fuzz/fuzz-netdev-parser/oss-fuzz-14157
Normal file
5
test/fuzz/fuzz-netdev-parser/oss-fuzz-14157
Normal file
@@ -0,0 +1,5 @@
|
||||
[NetDev]
|
||||
Name=w
|
||||
Kind=wireguard
|
||||
[WireGuardPeer]
|
||||
PublicKey=e
|
||||
5
test/fuzz/fuzz-netdev-parser/oss-fuzz-14158
Normal file
5
test/fuzz/fuzz-netdev-parser/oss-fuzz-14158
Normal file
@@ -0,0 +1,5 @@
|
||||
[NetDev]
|
||||
Name=w
|
||||
Kind=wireguard
|
||||
[WireGuard]
|
||||
PrivateKey=E
|
||||
Reference in New Issue
Block a user