"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Crypto/ZipStrong.cpp" between
p7zip_15.14.1_src_all.tar.gz and p7zip_16.02_src_all.tar.gz

About: p7zip is a command-line file archiver with a high compression ratio (a port of the Windows program 7za.exe).

ZipStrong.cpp  (p7zip_15.14.1_src_all):ZipStrong.cpp  (p7zip_16.02_src_all)
skipping to change at line 142 skipping to change at line 142
UInt32 rdSize = GetUi16(p + 8); UInt32 rdSize = GetUi16(p + 8);
if (rdSize + 16 > _remSize) if (rdSize + 16 > _remSize)
return E_NOTIMPL; return E_NOTIMPL;
/* /*
if (cert) if (cert)
{ {
// how to filter rd, if ((rdSize & 0xF) != 0) ? // how to filter rd, if ((rdSize & 0xF) != 0) ?
/*
if ((rdSize & 0x7) != 0) if ((rdSize & 0x7) != 0)
return E_NOTIMPL; return E_NOTIMPL;
} }
else else
*/ */
{ {
if ((rdSize & 0xF) != 0) if ((rdSize & 0xF) != 0)
return E_NOTIMPL; return E_NOTIMPL;
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS