Skip to content

Conversation

donaldsharp
Copy link
Member

Some issues found by coverity

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>
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>
@Jafaral Jafaral merged commit acd10af into FRRouting:master Feb 12, 2025
16 checks passed
@Jafaral
Copy link
Member

Jafaral commented Feb 12, 2025

@Mergifyio backport dev/10.3 stable/10.2 stable/10.1

Copy link

mergify bot commented Feb 12, 2025

backport dev/10.3 stable/10.2 stable/10.1

✅ Backports have been created

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