]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: avoid memcmp(NULL, NULL)
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 7 Jan 2020 05:51:35 +0000 (00:51 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 7 Jan 2020 05:51:35 +0000 (00:51 -0500)
commit5dd7070f73846b689e54b5e3cc4e8a8a7d797b1e
tree5413bd069f89dc9139547e3cd5088698b78aa1e0
parenteada87a4abcb15aae7f42607d48161176fa40a4b
bgpd: avoid memcmp(NULL, NULL)

Undefined behavior

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_attr.c