[2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#12105)
Fix off-by-one bug in cPickle that caused it to use uninitialised memory on truncated pickles read from FILE*s.
Showing
Please register or sign in to comment
Fix off-by-one bug in cPickle that caused it to use uninitialised memory on truncated pickles read from FILE*s.