diff options
author | Denil Vira <denil@cumulusnetworks.com> | 2015-07-23 17:47:21 +0200 |
---|---|---|
committer | Denil Vira <denil@cumulusnetworks.com> | 2015-07-23 17:47:21 +0200 |
commit | 683de05f8708a43aabde961329b56b83cd856e31 (patch) | |
tree | 62aafe9358921b39df19cfda0343fb05e9a866e0 /lib/ptm_lib.h | |
parent | Fix bgp_route.c missing code (diff) | |
download | frr-683de05f8708a43aabde961329b56b83cd856e31.tar.xz frr-683de05f8708a43aabde961329b56b83cd856e31.zip |
Fix bugs reported by coverity scan
1. Fix useless call in bgpd/bgp_mplsvpn.c
Coverity scan ID : 1302528. Calling "decode_label(pnt)" is only useful
for its return value, which is
ignored. Removed the call.
2. Fix logically dead code in lib/stream.c
Coverity Scan ID 1302488. Test for size==0 makes no sense, since assert
immediately before it
would not let this code happen.
3. Fix Free Pointer dereference in lib/filter.c
Coverity Scan ID 23056. access is accessed after free in
access_list_delete
Diffstat (limited to 'lib/ptm_lib.h')
0 files changed, 0 insertions, 0 deletions