Skip to content

Commit ef4712b

Browse files
Update Misc/NEWS.d/next/Security/2026-06-11-16-03-23.gh-issue-151297.NGPkUM.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent a4b2b85 commit ef4712b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix an invalid pointer dereference that could occur when calling ``PyObject_Realloc`` with a NULL pointer in free-threaded builds or with ``PYTHONMALLOC=mimalloc``.
1+
Fix an invalid pointer dereference that could occur when calling :c:func:`PyObject_Realloc` with a NULL pointer in :term:`free-threaded builds <free-threaded build>` or with :envvar:`PYTHONMALLOC` set to ``mimalloc``.

0 commit comments

Comments
 (0)