Opened 10 years ago
Last modified 10 years ago
#11023 closed bug
zip looses all the file's attributes — at Initial Version
Reported by: | bbjimmy | Owned by: | nobody |
---|---|---|---|
Priority: | high | Milestone: | R1/beta1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev 46791
zip looses all of the file attributes when the total number of bytes in attributes exceeds 64 KiB.
comments in beos.c: starting at line 430:
/* ----------------------------------------------------------------- */ /* Read all the attributes; the buffer could grow > 64K if there are */ /* many and/or they are large. */
It seems that the buffer cannot grow as intended, and if it should grow, all the attribute data is lost.
Note:
See TracTickets
for help on using tickets.