Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
review: update Misc/NEWS.d/next/Library/2026-05-25-07-22-05.gh-issue-…
…150372.9hLqhe.rst

Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
KowalskiThomas and vstinner authored May 29, 2026
commit 7ba2557421625aa81ec83dcbefe2339c653e836d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Fix missing null check on the result of :func:`!strdup` in
:mod:`readline` module initialization, preventing a potential null pointer
dereference on memory allocation failure.
:mod:`readline`: Fix missing null check on the result of :func:`!strdup`
in module initialization, preventing a potential null pointer
Comment thread
serhiy-storchaka marked this conversation as resolved.
Outdated
Loading