Is python buffer overflow proof?

Christian Heimes lists at cheimes.de
Sun Aug 2 10:43:25 EDT 2009


Marcus Wanner wrote:
> I believe that python is buffer overflow proof. In fact, I think that 
> even ctypes is overflow proof...

No, ctypes isn't buffer overflow proof. ctypes can break and crash a 
Python interpreter easily.

Christian




More information about the Python-list mailing list