[issue4147] xml.dom.minidom toprettyxml: omit whitespace for text-only elements
Changes by Peter Funk : -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue4147> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue20246] buffer overflow in socket.recvfrom_into
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 available python based web service (Zope, Plone, Roundup, MoinMoin, or whatever) are vulnerable or not. -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue20246> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue20246] buffer overflow in socket.recvfrom_into
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. -- ___ Python tracker <http://bugs.python.org/issue20246> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1448934] urllib2+https+proxy not working
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 Canonical are now willing to spend some time on this issue here? It is recorded in the Ubuntu tracker as: https://bugs.launchpad.net/ubuntu/+source/python2.6/+bug/94130 I think a lot of the corporate Ubuntu Linux users behind restrictive firewalls are affected by this problem. -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue1448934> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue20658] os.environ.clear() fails with empty keys (posix.unsetenv)
Changes by Peter Funk : -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue20658> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4926] putenv() accepts names containing '=', return value of unsetenv() not checked
Changes by Peter Funk : -- nosy: +pefu ___ Python tracker <http://bugs.python.org/issue4926> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com