gh-96577: Fixes buffer overrun in _msi module (GH-96633)

This commit is contained in:
Steve Dower 2022-09-07 18:01:35 +01:00 committed by GitHub
parent 3eaf70d836
commit 4114bcc9ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fixes a potential buffer overrun in :mod:`msilib`.