On Mon, 16 Oct 2006 14:50:03 -0500, 
        [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> suggests that it was sufficiently obscure that either a) nobody who knew
> about it found a way to take advantage of it, or b) it was only recently

It might well be difficult to exploit to run arbitrary code because
your exploit code needs to have no unprintable bytes in it; repr()
turns unprintable characters into \xNN, after all, and isn't doing a
straightforward string copy.  (But hackers can be very clever...)

--amk
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to