mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
network: add missing nulstr terminator
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13821
This commit is contained in:
committed by
Lennart Poettering
parent
8238423095
commit
53294d9496
@@ -726,7 +726,7 @@ static void l2tp_tunnel_done(NetDev *netdev) {
|
||||
const NetDevVTable l2tptnl_vtable = {
|
||||
.object_size = sizeof(L2tpTunnel),
|
||||
.init = l2tp_tunnel_init,
|
||||
.sections = "Match\0NetDev\0L2TP\0L2TPSession",
|
||||
.sections = "Match\0NetDev\0L2TP\0L2TPSession\0",
|
||||
.create_after_configured = l2tp_create_tunnel,
|
||||
.done = l2tp_tunnel_done,
|
||||
.create_type = NETDEV_CREATE_AFTER_CONFIGURED,
|
||||
|
||||
Reference in New Issue
Block a user