Message 74905 - Python tracker
Message74905
| 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:22 | loewis | set | recipients: + loewis, amaury.forgeotdarc, pitrou, yselkowitz |
| 2008-10-17 12:48:22 | loewis | set | messageid: <1224247702.51.0.239439494888.issue3626@psf.upfronthosting.co.za> |
| 2008-10-17 12:48:20 | loewis | link | issue3626 messages |
| 2008-10-17 12:48:19 | loewis | create | |