summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-04 18:07:09 (GMT)
committerGitHub <noreply@github.com>2022-10-04 18:07:09 (GMT)
commit12c72d684d43bf87e8457fd0190343daf01db23d (patch)
treee67a74bd7a2e385c31f5877ecc476d4cb67bd3a5 /Misc/NEWS.d/next
parent069b7186be6025c0c03937b748dfc5fd6a57c9f2 (diff)
downloadcpython-12c72d684d43bf87e8457fd0190343daf01db23d.zip
cpython-12c72d684d43bf87e8457fd0190343daf01db23d.tar.gz
cpython-12c72d684d43bf87e8457fd0190343daf01db23d.tar.bz2
[3.8] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96658)
gh-96577: Fixes buffer overrun in _msi module (GH-96633) (cherry picked from commit 4114bcc9ef7595a07196bcecf9c7d6d39f57f64d) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc/NEWS.d/next')
-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`.