8000 gh-126108: Fix potential null pointer dereference in PySys_AddWarnOptionUnicode by federicovalenso · Pull Request #126118 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126108: Fix potential null pointer dereference in PySys_AddWarnOptionUnicode #126118

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

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
Update Misc/NEWS.d/next/Security/2024-10-29-09-15-10.gh-issue-126108.…
…eTIjHY.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
federicovalenso and picnixz authored Oct 29, 2024
commit 0fb17bc5f5003632a3206e14f4bb91f3e743e626
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix potential null pointer dereference in PySys_AddWarnOptionUnicode
Fix a possible ``NULL` pointer dereference in :c:func:`!PySys_AddWarnOptionUnicode`.
Loading
0