]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Fix a possible deref by null found in SA
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Feb 2018 04:34:52 +0000 (23:34 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Feb 2018 04:34:52 +0000 (23:34 -0500)
commitcf29dab3b545f4d8c2286599d2f74426f365911f
tree11f3f32aeef65729cb2e705664c65f5197c8faf6
parentd0a6f3e0c5a28ef927cc4bae9b24b284f966d0bd
ospf6d: Fix a possible deref by null found in SA

There exists a possibility that rtr_lsa may be null.
Add an assert that shows we actually expect it to
be non-null at this point in time going forward.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospf6d/ospf6_spf.c