diff options
author | Christian Heimes <christian@cheimes.de> | 2012-09-12 15:31:43 +0200 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-09-12 15:31:43 +0200 |
commit | 79b97ee2ab2620921d409ed4010e84f6c227b470 (patch) | |
tree | 7713ef1b17697ca8f6c2170170a71ed80fea6394 /Python/symtable.c | |
parent | 4b2f9e914d497d6b2b5ec09a03da8b6f171dffed (diff) | |
download | cpython-git-79b97ee2ab2620921d409ed4010e84f6c227b470.tar.gz |
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