Skip to content
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

bgpd: Remove redundant check for bgp against NULL #14578

Merged

Conversation

ton31337
Copy link
Member

bgp_orig is never NULL in the code path, and coverity is angry on this.

Let's remove this test at all.

Coverity 1566808

bgp_orig is never NULL in the code path, and coverity is angry on this.

Let's remove this test at all.

Coverity 1566808

Signed-off-by: Donatas Abraitis <[email protected]>
@frrbot frrbot bot added the bgp label Oct 12, 2023
@donaldsharp donaldsharp merged commit 202a0f7 into FRRouting:master Oct 12, 2023
80 checks passed
@ton31337 ton31337 deleted the fix/coverity_1566808 branch October 13, 2023 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants