]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray....
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 6 Oct 2019 12:36:44 +0000 (05:36 -0700)
committerGitHub <noreply@github.com>
Sun, 6 Oct 2019 12:36:44 +0000 (05:36 -0700)
commitb40442ba88fec5e64ab1802ce37df0afec59fa53
treeff2b95259c1b05031f2b7ccb09cfdc0a8971274d
parent6c3fbbc177f5e1867ab09a315dbf58554a80accd
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)

(cherry picked from commit 24ddd9c2d6ab61cbce7e68d6de36d4df9bd2c3fb)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
Objects/bytes_methods.c