Closed GoogleCodeExporter closed 9 years ago
Issue 7 has been merged into this issue.
Original comment by olaf.merkert
on 3 Oct 2009 at 5:26
Original comment by olaf.merkert
on 3 Oct 2009 at 5:26
code change in AesZipFileDecrypter to fix bug introduced with fix for issue 5 -
unfortunately the error only occured for larger files
@Yizhuan.Yu: Thanks for your input + please verify the fix
Original comment by olaf.merkert
on 3 Oct 2009 at 6:34
I tested the fix, it works for me! Thanks Olaf! That was a very quick fix!
Original comment by Yizhuan...@gmail.com
on 7 Oct 2009 at 9:11
where do i see the fix?
Original comment by limkwee...@gmail.com
on 12 May 2013 at 4:24
https://code.google.com/p/winzipaes/source/detail?r=40
Original comment by olaf.merkert
on 12 May 2013 at 5:36
What is the problem exactly? What causes this error to appear?
Original comment by limkwee...@gmail.com
on 12 May 2013 at 6:55
As the fix was made nearly 4 years ago, I can only interpret the diff: the seek
must be done before the while loop (as it's otherwise performed too often and
data is subsequently read from the beginning of the entry data) - the error
only occurs for larger entries as small ones are read within one loop iteration
Original comment by olaf.merkert
on 12 May 2013 at 9:28
Original issue reported on code.google.com by
Yizhuan...@gmail.com
on 29 Sep 2009 at 2:56Attachments: