]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: solve segfaults with ospf6d on FreeBSD
authorIngo Flaschberger <if@xip.at>
Sun, 17 Apr 2011 18:28:20 +0000 (18:28 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 21 Mar 2014 05:28:23 +0000 (06:28 +0100)
commit1db65fadf627637621c342b789b9a3604ca5fab5
tree546c769ca03e71e6c7bb55a52b4f7ea525542864
parente708ed69aa0b993527f48b1f31b645c00750927f
ospf6d: solve segfaults with ospf6d on FreeBSD

Do not send ospf6d hellos on fresh created interfaces without
configuration (ie. no vlan configured).  Ospf6d use ip6_mtu, if it's not
initalised, Ospf6d tries to alloc indefinite size of memory.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospf6d/ospf6_message.c
zebra/kernel_socket.c