-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sa from clang #1547
Sa from clang #1547
Conversation
🛑 Basic BGPD CI results: FAILUREResults table
For details, please contact louberger |
Stack decode
|
Continuous Integration Result: FAILEDSee below for issues. This is a comment from an EXPERIMENTAL automated CI system. Get source and apply patch from patchwork: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedUbuntu 16.04 deb pkg check: Successful IPv4 protocols on Ubuntu 14.04: FailedRFC Compliance Test ANVL-BGP4-1.3 failing: RFC Compliance Test ANVL-BGP4-1.4 failing: RFC Compliance Test ANVL-BGP4-4.1 failing: RFC Compliance Test ANVL-BGP4-21.4 failing: RFC Compliance Test ANVL-BGP4-21.8 failing: RFC Compliance Test ANVL-BGP-AS4-2.6 failing: IPv6 protocols on Ubuntu 14.04: FailedRFC Compliance Test ANVL-BGPPLUS-1.1 failing: RFC Compliance Test ANVL-BGPPLUS-6.3 failing: Warnings Generated during build:Ubuntu1404 amd64 build: Successful with additional warnings:Debian Package lintian failed for Ubuntu1404 amd64 build:
Debian8 amd64 build: Successful with additional warnings:Debian Package lintian failed for Debian8 amd64 build:
CLANG Static Analyzer Summary
Fixed warnings:
Static Analysis warning summary compared to base:
19 Static Analyzer issues remaining.See details at |
It is technically possible to attempt to use a NULL pointer. Remove this from happening. Additionally cleanup code indentation a small bit. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
When creating the pim_ifp, and we run out of memory there existed a chance that we would dereference the failed memory pointer. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
offset and offsetlen are never used without reassigning in the code. So comment out the assignments and in case we want to start using the code for snmp changes in the future. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ca88eba
to
a35bb96
Compare
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-2178/ This is a comment from an EXPERIMENTAL automated CI system. Warnings Generated during build:Ubuntu1404 amd64 build: Successful with additional warnings:Debian Package lintian failed for Ubuntu1404 amd64 build:
Debian8 amd64 build: Successful with additional warnings:Debian Package lintian failed for Debian8 amd64 build:
CLANG Static Analyzer Summary
Fixed warnings:
Static Analysis warning summary compared to base:
21 Static Analyzer issues remaining.See details at |
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
A small grab-bag of SA issues cleaned up.