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 krista
Recipients docs@python, eryksun, krista, tom.pohl
Date 2016-01-09.21:28:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452374910.28.0.234707091134.issue24823@psf.upfronthosting.co.za>
In-reply-to
Content
Patch containing checking for buffer size, so that NULL value is the last byte as C standard specifies. Raises ValueError exception if initial value does not fit into to the buffer with NULL char.

This should decrease the possibility of creating security issues.
History
Date User Action Args
2016-01-09 21:28:30kristasetrecipients: + krista, docs@python, eryksun, tom.pohl
2016-01-09 21:28:30kristasetmessageid: <1452374910.28.0.234707091134.issue24823@psf.upfronthosting.co.za>
2016-01-09 21:28:30kristalinkissue24823 messages
2016-01-09 21:28:30kristacreate