[issue3626] python3.0 interpreter on Cygwin ignores all arguments
Martin v. Löwis
report at bugs.python.org
Fri Oct 17 14:48:22 CEST 2008
Martin v. Löwis <martin at v.loewis.de> added the comment:
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)
----------
nosy: +loewis
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3626>
_______________________________________
More information about the Python-bugs-list
mailing list