commit | 24ddd9c2d6ab61cbce7e68d6de36d4df9bd2c3fb | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Sun Oct 06 20:17:18 2019 +0800 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 06 15:17:18 2019 +0300 |
tree | fa605c9437ffecd4d4a819e3cbe78a70c871803b | |
parent | c38e725d17537b20ff090b1b5ec7db1820ff9b63 [diff] |
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)