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
C
Christian Heimes committed
7ae251a0256686a0583a371a0c6421b6fd8366bf