Issue1746
Created on 2008-01-06 22:40 by alanmcintyre, last changed 2008-07-03 12:54 by loewis.
|
msg59411 - (view) |
Author: Alan McIntyre (alanmcintyre) |
Date: 2008-01-06 22:40 |
|
The current behavior of zipfile._EndRecData is to look in the last 4k of
data in a file if it appears it might have an archive comment; this
results in flagging proper ZIP files with comments longer than ~4074
bytes as "not a ZIP file."
I plan on posting a patch for this later, but figured this should be
documented in case I don't get around to it.
|
|
msg59805 - (view) |
Author: Alan McIntyre (alanmcintyre) |
Date: 2008-01-12 10:15 |
|
A fix for this is included in the patch for issue 1622.
|
|
msg69196 - (view) |
Author: Martin v. Löwis (loewis) |
Date: 2008-07-03 12:54 |
|
The patch in #1622 was committed as r64688.
|
|
| Date |
User |
Action |
Args |
| 2008-07-03 12:54:21 | loewis | set | nosy:
+ loewis resolution: duplicate -> fixed messages:
+ msg69196 |
| 2008-03-18 02:45:26 | jafo | set | status: open -> closed priority: normal resolution: duplicate |
| 2008-01-16 02:36:40 | jcea | set | nosy:
+ jcea |
| 2008-01-12 10:15:00 | alanmcintyre | set | messages:
+ msg59805 |
| 2008-01-06 22:40:16 | alanmcintyre | create | |
|