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

Bfd fixups (backport #18026) #18129

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Feb 12, 2025

Some issues found by coverity


This is an automatic backport of pull request #18026 done by Mergify.

The function bfd_key_lookup is currently sending by value for
a now very large structure.  Let's convert this over to pass
by reference.  This is noticed by coverity.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 6d80d0c)
Coverity is pointing out that bfd_key_delete is
passing by value instead of reference for a very
large structure.  Double plus not good.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 8119e16)
@mergify mergify bot mentioned this pull request Feb 12, 2025
@frrbot frrbot bot added the bfd label Feb 12, 2025
@donaldsharp donaldsharp merged commit dcebe85 into dev/10.3 Feb 13, 2025
16 checks passed
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.

1 participant