]> git.puffer.fish Git - mirror/frr.git/commit
zebra: The prn value may be NULL do not allow deref
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Feb 2019 14:46:15 +0000 (09:46 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 27 Mar 2019 20:19:28 +0000 (16:19 -0400)
commit27d0665c0aa47082d065303974dd698c222e7fdb
tree53c68e61b2d6b7a99f959ee23fc817c11aaf7325
parent735219e91d3ce30dfb090b7dc955a51754c6cb31
zebra: The prn value may be NULL do not allow deref

The prn value as passed in may be NULL as such do not
allow it to be derefed (even though it works now).

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