summaryrefslogtreecommitdiffstats
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-12 13:32:06 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-09-12 13:32:06 (GMT)
commit7ae251a0256686a0583a371a0c6421b6fd8366bf (patch)
tree85ad39841b57d78e4560be947bd1900ae0632428 /Python/symtable.c
parent0ae066b28141ec96504f30eb2a32206896853935 (diff)
parent79b97ee2ab2620921d409ed4010e84f6c227b470 (diff)
downloadcpython-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/symtable.c')
0 files changed, 0 insertions, 0 deletions