diff options
author | Christian Heimes <christian@cheimes.de> | 2012-09-12 13:32:06 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-09-12 13:32:06 (GMT) |
commit | 7ae251a0256686a0583a371a0c6421b6fd8366bf (patch) | |
tree | 85ad39841b57d78e4560be947bd1900ae0632428 /Python | |
parent | 0ae066b28141ec96504f30eb2a32206896853935 (diff) | |
parent | 79b97ee2ab2620921d409ed4010e84f6c227b470 (diff) | |
download | cpython-7ae251a0256686a0583a371a0c6421b6fd8366bf.zip cpython-7ae251a0256686a0583a371a0c6421b6fd8366bf.tar.gz cpython-7ae251a0256686a0583a371a0c6421b6fd8366bf.tar.bz2 |
Fix out of bounds read in long_new() for empty bytes with an explicit base. int(b'', somebase) calls PyLong_FromString() with char* of length 1 but the function accesses the first argument at offset 1. CID 715359
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions