* Jizzai (Sun, 02 Aug 2009 13:50:14 GMT)
> Is a _pure_ python program buffer overflow proof?

You cannot create "your own" buffer overflow in Python as you can in C 
and C++ but your code could still be vulnerable if the underlying Python 
construct is written in C. See [1] for instance.

Thorsten
[1] http://www.gentoo.org/security/en/glsa/glsa-200610-07.xml
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to