Revision 1186343
Go back to digest for 17th October 2010Bug Fixes in KDE Base
David Faure committed changes in /trunk/KDE/kdelibs/kdecore/io/kzip.cpp:
Fix handling of large .zip files, the size determination ended up negative because of the implicit sign expansion
when doing ... | (uchar)buffer[3] << 24 (int is implicitely used).
Tested in isolation, but not with .zip files.
Raphael: please re-test and if this fixes all issues I'll backport and close the bug.
File Changes
Modified 1 files
- /trunk/KDE/kdelibs/kdecore/io/kzip.cpp
1 files changed in total