]> git.proxmox.com Git - mirror_frr.git/commit
pbrd: Fix a couple SA issues
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 20 Apr 2018 14:18:47 +0000 (10:18 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 24 Apr 2018 02:09:33 +0000 (22:09 -0400)
commit10a00758a76956be734353caf0a88205de51009f
tree02ecd56a35ee3892896a9e936e692a94c2415349
parentff1821aeb4465533054e8d948f61f1fb2a9e8eda
pbrd: Fix a couple SA issues

1) addr will never be non-null because of the way we build the cli
at this point in time, but the SA system does not understand this,
add a bread crumb for it.

2) Fix a possible memory leak of the pbr_ifp

3) Fix possible integer overflow when bit shifting.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pbrd/pbr_vty.c
pbrd/pbr_zebra.c