|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001009 |
[BusyBox] Other |
major |
always |
08-25-06 16:52 |
09-03-06 07:23 |
|
|
Reporter |
rsanders256 |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
1.2.x |
|
|
Summary |
0001009: unzip fails to truncate target files if file in archive smaller than existing file |
|
Description |
When overwriting a file from a .zip archive, if the new file is smaller than the existing file unzip will not truncate the file length. Call to open() specifies O_CREAT but not O_TRUNC.
Affects both 1.2.0 and 1.2.1. Patch attached. |
|
Additional Information |
|
|
|
Attached Files |
busybox_unzip_truncate.patch [^] (491 bytes) 08-25-06 16:52 |
|
|