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 serhiy.storchaka
Recipients ajaksu2, benjamin.peterson, dmalcolm, oliver_gramberg, rhettinger, sean_gillespie, serhiy.storchaka
Date 2012-10-11.14:44:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349966694.66.0.101867199649.issue1634034@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a new version of the patch, based on Dave's (from 2.5 years ago). This patch is against the 3.4.

Previous patches contained an error in the message formatting. "buf" variable out of scope before "msg" used. Appending '\0' to the format string isn't guaranteed to NUL-terminate the string. Actually it do nothing (except producing a warning).
History
Date User Action Args
2012-10-11 14:44:54serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, sean_gillespie, ajaksu2, oliver_gramberg, benjamin.peterson, dmalcolm
2012-10-11 14:44:54serhiy.storchakasetmessageid: <1349966694.66.0.101867199649.issue1634034@psf.upfronthosting.co.za>
2012-10-11 14:44:54serhiy.storchakalinkissue1634034 messages
2012-10-11 14:44:53serhiy.storchakacreate