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: Fix up memory leak in processing eoiu marker (backport #18000) #18019

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Feb 5, 2025

Memory is being leaked when processing the eoiu marker. BGP is creating a dummy dest to contain the data but it was never freed. As well as the eoiu info was
not being freed either.


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

Memory is being leaked when processing the eoiu marker.
BGP is creating a dummy dest to contain the data but
it was never freed.  As well as the eoiu info was
not being freed either.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit c6b7a99)
@frrbot frrbot bot added the bgp label Feb 5, 2025
@donaldsharp donaldsharp merged commit 62e01a8 into dev/10.3 Feb 5, 2025
15 of 16 checks passed
@Jafaral Jafaral deleted the mergify/bp/dev/10.3/pr-18000 branch February 26, 2025 16:35
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