-
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
bgpd: Coverity fixes for RPKI per-VRF #15200
Closed
Closed
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
065dfd4
bgpd: Fix dereference of rpki_vrf for rpki_expire_interval_cmd
ton31337 3ffc9bc
bgpd: Fix dereference for no_rpki_retry_interval_cmd
ton31337 fe0c288
bgpd: Check getsockopt/setsockopt return values
ton31337 2cf71e2
bgpd: Fix dereference for rpki_polling_period_cmd
ton31337 1cae97e
bgpd: Fix dereference for no_rpki_polling_period_cmd
ton31337 d7afcfd
bgpd: Fix dereference for no_rpki_expire_interval_cmd
ton31337 df67510
bgpd: Return warning if can't find the VRF for RPKI
ton31337 b2ee83c
bgpd: Fix dereference for config_on_exit
ton31337 fbee8df
bgpd: Fix dereference for no_rpki_cache_cmd
ton31337 f623e99
bgpd: Fix dereference for rpki_cmd
ton31337 5f8b040
bgpd: Fix dereference for rpki_retry_interval_cmd
ton31337 cde1a8f
bgpd: Fix memory leak for rpki_create_socket()
ton31337 ba9f605
bgpd: Fix dereference for rpki_reset_config_mode
ton31337 3653cc7
bgpd: Fix memory leak for rpki_create_socket
ton31337 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to free res when if (ret < 0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad, that was correct.