summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-09-07 17:01:35 (GMT)
committerGitHub <noreply@github.com>2022-09-07 17:01:35 (GMT)
commit4114bcc9ef7595a07196bcecf9c7d6d39f57f64d (patch)
tree6f040b105d1a01a7e2011155bd654bd9b6075418 /Misc
parent3eaf70d8369a7d78f3e21949e438c8ff8a30f433 (diff)
downloadcpython-4114bcc9ef7595a07196bcecf9c7d6d39f57f64d.zip
cpython-4114bcc9ef7595a07196bcecf9c7d6d39f57f64d.tar.gz
cpython-4114bcc9ef7595a07196bcecf9c7d6d39f57f64d.tar.bz2
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-09-07-00-11-33.gh-issue-96577.kV4K_1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-09-07-00-11-33.gh-issue-96577.kV4K_1.rst b/Misc/NEWS.d/next/Windows/2022-09-07-00-11-33.gh-issue-96577.kV4K_1.rst
new file mode 100644
index 0000000..6025e5c
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-09-07-00-11-33.gh-issue-96577.kV4K_1.rst
@@ -0,0 +1 @@
+Fixes a potential buffer overrun in :mod:`msilib`.