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

Infostore: guard against UAF #908

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Infostore: guard against UAF #908

merged 1 commit into from
Sep 30, 2023

Conversation

ThomasAdam
Copy link
Member

Don't free the key without having copied it first, otherwise callers
won't know if it's valid or not.

Via Theo Buehler.

Don't free the key without having copied it first, otherwise callers
won't know if it's valid or not.

Via Theo Buehler.
@ThomasAdam ThomasAdam added this to the 1.0.9 milestone Sep 30, 2023
@ThomasAdam ThomasAdam self-assigned this Sep 30, 2023
@ThomasAdam ThomasAdam added the type:bug Something's broken! label Sep 30, 2023
@ThomasAdam ThomasAdam merged commit 9811e73 into main Sep 30, 2023
5 checks passed
@ThomasAdam ThomasAdam deleted the ta/uaf-is branch September 30, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something's broken!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant