]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: prevent from crashing when processing external lsa
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 7 Nov 2022 10:03:41 +0000 (11:03 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 10 Nov 2022 14:11:53 +0000 (15:11 +0100)
commite5309c1a6e366f5dc95cbc3bbbe5c7ce1d46625c
tree94b1abf7d663e6240029aa87f559f52cdd0ab292
parentac8aa2f7ca24412791e9313fdef7fddbf7b5c9ef
ospfd: prevent from crashing when processing external lsa

When using debug mode, the ei parameter may be NULL. In that
case, do not display the log trace, otherwise a crash will
happen.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
ospfd/ospf_lsa.c