SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 50 Python

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.
M
Martin Panter committed
eeb896c4116dd763efea45cb3c1b53257128f4e4
Parent: 9ad0aae