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 loewis
Recipients amaury.forgeotdarc, loewis, pitrou, yselkowitz
Date 2008-10-17.12:48:19
SpamBayes Score 1.1643464e-08
Marked as misclassified No
Message-id <1224247702.51.0.239439494888.issue3626@psf.upfronthosting.co.za>
In-reply-to
Content
I think cygwin_badprintf.patch needs to consider the case r==PATH_MAX;
this happens when the conversion would need more than PATH_MAX bytes for
the target buffer. In that case, I think it would be good enough to
write "<file name too long>" into cfilename (using cfilename as is will
crash because it's not null-terminated; forcefully null-terminating it
might break the shift state)
History
Date User Action Args
2008-10-17 12:48:22loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou, yselkowitz
2008-10-17 12:48:22loewissetmessageid: <1224247702.51.0.239439494888.issue3626@psf.upfronthosting.co.za>
2008-10-17 12:48:20loewislinkissue3626 messages
2008-10-17 12:48:19loewiscreate