summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2024-10-29 09:03:18 (GMT)
committerGitHub <noreply@github.com>2024-10-29 09:03:18 (GMT)
commita64a1c920660b0c1e4dd5a9573004cd527e15184 (patch)
tree4560d5838851fb82f254aad9e66e6bbfd17cb6fb /Misc/NEWS.d
parent9b14083497f50213f908c1359eeaf47c97161347 (diff)
downloadcpython-a64a1c920660b0c1e4dd5a9573004cd527e15184.zip
cpython-a64a1c920660b0c1e4dd5a9573004cd527e15184.tar.gz
cpython-a64a1c920660b0c1e4dd5a9573004cd527e15184.tar.bz2
gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-29-10-58-52.gh-issue-126106.rlF798.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-29-10-58-52.gh-issue-126106.rlF798.rst b/Misc/NEWS.d/next/Library/2024-10-29-10-58-52.gh-issue-126106.rlF798.rst
new file mode 100644
index 0000000..de98900
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-10-29-10-58-52.gh-issue-126106.rlF798.rst
@@ -0,0 +1 @@
+Fixes a possible ``NULL`` pointer dereference in :mod:`ssl`.