]> granicus.if.org Git - python/commit
bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Jul 2017 03:55:25 +0000 (06:55 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 03:55:25 +0000 (06:55 +0300)
commit64e461be09e23705ecbab43a8b01722186641f71
treeb3d54bc76b102d55e44b7765c58593fdcd3296da
parent1180e5a51871fa53ca6892e83fd2e69dc2600447
bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623)

Based on patch by Victor Stinner.
Objects/unicodeobject.c