[Issue 1832] reading/writing an archive causes data loss; std.zip horribly broken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 6 12:54:18 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=1832



--- Comment #11 from Andrea Fontana <advmail at katamail.com> 2013-12-06 12:54:09 PST ---
I think it's not so easy to fix this "cross-archive" member management.

Consider for example expand() function.

It uses data[] from ZipArchive, but uses offset from ArchiveMember, that was
created from another data[].

BTW it's not the same bug as the original one, I guess.

My vote goes for a full replacement of std.zip

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list