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 rhansen
Recipients ezio.melotti, lemburg, r.david.murray, rhansen
Date 2010-01-10.01:55:15
SpamBayes Score 4.76301e-08
Marked as misclassified No
Message-id <1263088517.3.0.669713599634.issue7615@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch for another issue discovered while looking at the code:
  * The Unicode escape encoders now check to make sure that the provided size is nonnegative.
  * C API documentation updated to make it clear that size must be nonnegative.

This patch is meant to be applied after unicode_escape_2_utf-16_invalid_read.patch.
History
Date User Action Args
2010-01-10 01:55:17rhansensetrecipients: + rhansen, lemburg, ezio.melotti, r.david.murray
2010-01-10 01:55:17rhansensetmessageid: <1263088517.3.0.669713599634.issue7615@psf.upfronthosting.co.za>
2010-01-10 01:55:16rhansenlinkissue7615 messages
2010-01-10 01:55:16rhansencreate