This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, neologix, pitrou, python-dev
Date 2013-05-21.10:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369132880.2545.0.camel@fsol>
In-reply-to <CAH_1eM3dQaTT6MYt0Kj_Qp1t04M0oeZJwS0Qk8iHZxq=_rry4Q@mail.gmail.com>
Content
> Hum, IIUC, basically what happens is that the user could - and still
> can - pass arbitrary bytes as address (which is legtit), but depending
> on the encoding, getsockaddr() and friends might blow up when decoding
> it.

Shouldn't the surrogateescape error handler (PEP 383) prevent this?
History
Date User Action Args
2013-05-21 10:41:28pitrousetrecipients: + pitrou, giampaolo.rodola, neologix, python-dev
2013-05-21 10:41:28pitroulinkissue17683 messages
2013-05-21 10:41:28pitroucreate