Post #210 964 Feb 27, 2026, 11:17 UTC https://github.com/python/cpython/issues/145301#cpython #c GitHub `_hashlib`: Use-After-Free + Double Free in `_hashopenssl.c` `py_hashentry_table_new()` · Issue #145301 · python/cpython Crash report What happened? In py_hashentry_table_new(), when _Py_hashtable_set() fails for an alias key (line 270), entry is explicitly freed via PyMem_Free(entry) at line 271. However, this same ... 🔥 1