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

Fix #81422: Potential double-free in mailparse_uudecode_all() #17

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Contributor

@cmb69 cmb69 commented Sep 7, 2021

We must not release the outpath multiple times. We also make sure that
we only release the outpath of the part files, if the stream had been
opened successfully.

We must not release the outpath multiple times.  We also make sure that
we only release the outpath of the part files, if the stream had been
opened successfully.
@cmb69
Copy link
Contributor Author

cmb69 commented Sep 7, 2021

This is a pretty serious issue. Any objections to merge it, @remicollet? This currently blocks PR #16 where the test fails due to this bug.

@remicollet
Copy link
Contributor

@cmb69 fine for me

GO!

@cmb69 cmb69 closed this in 7fe7a03 Sep 7, 2021
@cmb69 cmb69 deleted the cmb/81422 branch September 7, 2021 10:20
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.

None yet

2 participants