]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Apr 2019 17:20:33 +0000 (10:20 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 17:20:33 +0000 (10:20 -0700)
commit7038deed09784a03e2a7bad500f0054d29876ae7
treecb509e598b1973e4677d0b48b6fd12cb8c7b8c7d
parent5407aaf18b8d33d0a327991db366457ac6fead2d
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687)

(cherry picked from commit 56ed86490cb8221c874d432461d77702437f63e5)

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