]> git.ipfire.org Git - thirdparty/bird.git/commit
RIP: Fix crash when interface is removed
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 14 Feb 2020 21:37:07 +0000 (22:37 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 14 Feb 2020 21:43:27 +0000 (22:43 +0100)
commit3343088a7164a54b1e6c6cf9648d8036a61e9827
tree15e57ab427ed9410ba9d4e968533f76a7af36220
parentab089f4fb5e1ac762a9c95ed4638e2477803678e
RIP: Fix crash when interface is removed

Recent changes in neighbor code caused RIP to access neighbor field which
is NULL during interface/neighbor removal and caused crash when debug
messages are enabled. Use correct field to get iface from neighbor.
proto/rip/rip.c