]> granicus.if.org Git - python/commit
[3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Jul 2017 04:27:56 +0000 (07:27 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 04:27:56 +0000 (07:27 +0300)
commit82a907560011c7b784badccc78082cef70ea7128
tree54b1e14dd770cea0090d1b03fa9daa67fa51af65
parentecfe4f678bfb0e3c19c90fd7db79c5f3c76023e4
[3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2658)

Based on patch by Victor Stinner.
(cherry picked from commit 64e461b)
Objects/unicodeobject.c