[issue4926] putenv() accepts names containing '=', return value of unsetenv() not checked

2015-10-05 Thread Peter Funk
Changes by Peter Funk : -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue4926> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue20658] os.environ.clear() fails with empty keys (posix.unsetenv)

2015-10-05 Thread Peter Funk
Changes by Peter Funk : -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue20658> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue20246] buffer overflow in socket.recvfrom_into

2014-02-26 Thread Peter Funk
Peter Funk added the comment: Antoine Pitrou: > recvfrom_into() is hardly ever used, including in the stdlib itself. Thank you for the quick clarification. This will certainly help to calm down nervous people. Best regards, Peter. -- ___ Pyt

[issue20246] buffer overflow in socket.recvfrom_into

2014-02-26 Thread Peter Funk
Peter Funk added the comment: A recently posted proof of concept exploit got a lot of attention: https://www.trustedsec.com/february-2014/python-remote-code-execution-socket-recvfrom_into/ I suggest some Python core developer should clarify here whether people running some publically

[issue4147] xml.dom.minidom toprettyxml: omit whitespace for text-only elements

2011-11-15 Thread Peter Funk
Changes by Peter Funk : -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue4147> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1448934] urllib2+https+proxy not working

2009-07-08 Thread Peter Funk
Peter Funk added the comment: I stumbled about this here because of testing the Ubuntuone project: http://en.oreilly.com/oscon2009/public/schedule/detail/8843 The client for the ubuntuone cloud computing suffers from being unable to connect through a HTTPS proxy. May be some of the folks at