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 use-after-free after calling mysql_stmt_close() #142

Merged
merged 1 commit into from Sep 3, 2017

Conversation

anarcat
Copy link

@anarcat anarcat commented Aug 30, 2017

Ignore return value from mysql_stmt_close() and also its error message
because it points to freed memory after mysql_stmt_close() was called.

Closes: #120

Ignore return value from mysql_stmt_close() and also its error message
because it points to freed memory after mysql_stmt_close() was called.
@mbeijen mbeijen merged commit 79718cd into perl5-dbi:master Sep 3, 2017
@anarcat anarcat deleted the CVE-2017-10788 branch September 3, 2017 12:30
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.

DBD::mysql::st DESTROY failed on OpenBSD
3 participants