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

[PATCH v2] test: ipsecfwd: fix potential memory leak #1908

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

TuomasTaipale
Copy link
Collaborator

@TuomasTaipale TuomasTaipale commented Sep 19, 2023

When tearing down resources, free interface string unconditionally as teardown logic could be reached before packet I/Os have been opened.

v2:

  • Added reviewed-by tag

@odpbuild odpbuild changed the title test: ipsecfwd: fix potential memory leak [PATCH v1] test: ipsecfwd: fix potential memory leak Sep 19, 2023
When tearing down resources, free interface string unconditionally
as teardown logic could be reached before packet I/Os have been opened.

Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
@odpbuild odpbuild changed the title [PATCH v1] test: ipsecfwd: fix potential memory leak [PATCH v2] test: ipsecfwd: fix potential memory leak Sep 19, 2023
@MatiasElo MatiasElo merged commit abcdc5e into OpenDataPlane:master Sep 19, 2023
174 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants