-
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
*: Do not check for NULL before using sockunion_free() #5983
*: Do not check for NULL before using sockunion_free() #5983
Conversation
This is already handled by XFREE() inside sockunion_free(). Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This is already handled by XFREE() inside sockunion_free(). Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
no, looks like it's needed. |
Continuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopology tests on Ubuntu 16.04 amd64: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPOU1604-11081/test Topology Tests failed for Topology tests on Ubuntu 16.04 amd64 Topotest tests on Ubuntu 16.04 i386: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPOI386-11081/test Topology Tests failed for Topotest tests on Ubuntu 16.04 i386 IPv4 protocols on Ubuntu 14.04: Failed (click for details)RFC 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: IPv6 protocols on Ubuntu 14.04: Failed (click for details)RFC Compliance Test ANVL-BGPPLUS-1.1 failing: RFC Compliance Test ANVL-BGPPLUS-6.3 failing: Topology tests on Ubuntu 18.04 amd64: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPOU1804-11081/test Topology Tests failed for Topology tests on Ubuntu 18.04 amd64 Successful on other platforms/tests
|
This is already handled in XFREE().