Files
cpython/Lib
Martin Panter eeb896c411 Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
This avoids possible buffer overreads when int(), float(), compile(), exec()
and eval() are passed bytes-like objects. Similar code is removed from the
complex() constructor, where it was not reachable.

Patch by John Leitch, Serhiy Storchaka and Martin Panter.
2015-11-07 02:32:21 +00:00
..
2015-02-22 23:54:38 -08:00
2014-10-20 08:36:02 +02:00
2015-04-03 18:12:41 +03:00
2015-03-18 18:19:30 -07:00
2015-04-13 20:24:10 -04:00
2013-10-26 13:22:08 -04:00