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 skrah
Recipients barry, brian.curtin, eric.araujo, pitrou, pjenvey, skrah
Date 2010-04-11.21:00:23
SpamBayes Score 6.7871943e-06
Marked as misclassified No
Message-id <1271019626.05.0.750010924238.issue7301@psf.upfronthosting.co.za>
In-reply-to
Content
The changes in main.c in r79881 don't look right:

strtok() is used on the string returned by getenv(), which must not
be modified.

Also (and this admittedly cosmetic), perhaps use a static buffer like
wchar_t warning[128] or use a single allocation before the for loop.
What is the maximum length for a single warning?
History
Date User Action Args
2010-04-11 21:00:26skrahsetrecipients: + skrah, barry, pitrou, pjenvey, eric.araujo, brian.curtin
2010-04-11 21:00:26skrahsetmessageid: <1271019626.05.0.750010924238.issue7301@psf.upfronthosting.co.za>
2010-04-11 21:00:24skrahlinkissue7301 messages
2010-04-11 21:00:24skrahcreate