]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH-12910)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 May 2019 16:00:33 +0000 (09:00 -0700)
committerNed Deily <nad@python.org>
Thu, 2 May 2019 16:00:33 +0000 (12:00 -0400)
commitdadc34784444950c389c120fb16f44e5a29cc43f
treefe3dbf31c4f5b2c1853bdf3d8457fa3b23d34c5f
parentfbe2a1394bf52f5a4455681e1b1f705a31559585
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH-12910)

(cherry picked from commit 56ed86490cb8221c874d432461d77702437f63e5)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
PC/winreg.c