Fix crash in IMSG_CTL_SHOW_RIB_PREFIX handling. The ctx is not added to
authorclaudio <claudio@openbsd.org>
Mon, 29 May 2017 12:48:11 +0000 (12:48 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 29 May 2017 12:48:11 +0000 (12:48 +0000)
commitf42cb94672dcb183651e7da9cdacce657e1a5ccf
tree1f3fb1f0374471466fcf3e0bc6ad985bbc12ddbd
parent5860de4555415ce347d7171832361d9fa528c7fb
Fix crash in IMSG_CTL_SHOW_RIB_PREFIX handling. The ctx is not added to
the list in that case so don't try to LIST_REMOVE it.
Problem found by benno@
usr.sbin/bgpd/rde.c