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

vpp: avoid double free #304

Merged
merged 1 commit into from
Dec 22, 2023
Merged

vpp: avoid double free #304

merged 1 commit into from
Dec 22, 2023

Conversation

xhaihao
Copy link
Contributor

@xhaihao xhaihao commented Nov 15, 2023

Free() might be called multiple times, we should avoid double free in Free().

@xhaihao
Copy link
Contributor Author

xhaihao commented Nov 16, 2023

@FurongZhang Seems the errors in the check is not caused by my change, could you help to check these errors ?

@xhaihao xhaihao force-pushed the avoid-double-free branch 3 times, most recently from 3977c08 to b8fd99b Compare November 24, 2023 05:16
Free() might be called multiple times, we should avoid double free in
Free().

Signed-off-by: Haihao Xiang <[email protected]>
@FurongZhang FurongZhang added the verifying PR: fix ready and verifying with build/test label Dec 14, 2023
@gfxVPLsdm gfxVPLsdm merged commit 9b8aab0 into intel:main Dec 22, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verifying PR: fix ready and verifying with build/test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants