]> 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:37:20 +0000 (05:37 -0700)
committerGitHub <noreply@github.com>
Sun, 6 Oct 2019 12:37:20 +0000 (05:37 -0700)
commitce3c913909746aa1d782ed8bca5076a656422931
treeb57c0de43e2676b9572598ce64e3adce6fdce10d
parentdc191245d8f63f5ab41afff0468b7463a07e7b00
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