Skip to content

UPSTREAM PR #30970: Fix heap corruption in double free element property#683

Open
loci-dev wants to merge 1 commit into
mainfrom
loci/pr-30970-fix-heap-corruption
Open

UPSTREAM PR #30970: Fix heap corruption in double free element property#683
loci-dev wants to merge 1 commit into
mainfrom
loci/pr-30970-fix-heap-corruption

Conversation

@loci-dev
Copy link
Copy Markdown

Note

Source pull request: openssl/openssl#30970

Call impl_cache_free(p) in 1284 line free p elem and goto label err: also free again p elem

References:

Call impl_cache_free(p) in 1284 line free p and goto label err: also free again p

References:
- https://owasp.org/www-community/vulnerabilities/Doubly_freeing_memory
- https://www.quora.com/What-is-the-problem-of-double-free-in-C-programming-Can-you-give-an-example

Signed-off-by: Herman Semenoff <GermanAizek@yandex.ru>
@loci-review
Copy link
Copy Markdown

loci-review Bot commented Apr 25, 2026

No meaningful performance changes were detected across 20082 analyzed functions in the following binaries: libcrypto.so, openssl, libssl.so.

💬 Questions? Tag @loci-dev

@loci-dev loci-dev force-pushed the main branch 3 times, most recently from 421b135 to 770bf14 Compare April 28, 2026 03:44
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.

2 participants