This revision was automatically updated to reflect the committed changes.
Closed by commit R243:299f5cae228c: Fix uninitialized memory read in KZip
(authored by aacid).
REPOSITORY
R243 KArchive
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D20208?vs=55293&id=55295
REVISION DETAIL
dfaure accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R243 KArchive
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D20208
To: aacid, dfaure
Cc: dfaure, kde-frameworks-devel, michaelh, ngraham, bruns
aacid added a subscriber: dfaure.
REPOSITORY
R243 KArchive
REVISION DETAIL
https://phabricator.kde.org/D20208
To: aacid
Cc: dfaure, kde-frameworks-devel, michaelh, ngraham, bruns
aacid created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
aacid requested review of this revision.
REVISION SUMMARY
We were passing handledextralen instead of n to parseExtraField
We could also do a n < parseExtraField check earlier an