]> granicus.if.org Git - python/commit
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray....
authorHai Shi <shihai1992@gmail.com>
Sun, 6 Oct 2019 12:17:18 +0000 (20:17 +0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Oct 2019 12:17:18 +0000 (15:17 +0300)
commit24ddd9c2d6ab61cbce7e68d6de36d4df9bd2c3fb
treefa605c9437ffecd4d4a819e3cbe78a70c871803b
parentc38e725d17537b20ff090b1b5ec7db1820ff9b63
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)
Objects/bytes_methods.c