null soft installer system
Find a file
kichik 2efd32160b fixed bug #1874297 - Error decompressing data! Corrupted installer?
problem was that decompression ended prematurely. instead of waiting for zlib to return Z_STREAM_END, it checked if no more output was required. this could cause a case where zlib wouldn't read its entire stream. in this particular case, the compressed headers were 0x4001 bytes long and compressed data input buffer size is only 0x4000. instead of waiting for another run of inflate() to read the last byte, which is probably eof, _dodecmop() broke the loop and didn't read that extra byte. since loadHeaders() relays on _dodecomp() to read the entire header so it can calculate where the data block begins, all reads from the data block suddenly became off by one, causing "decompression errors".

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5557 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-23 16:28:23 +00:00
Contrib implemented RFE #1900226 - expose MD5 function from VPatch 2008-02-23 12:38:10 +00:00
Docs fixed bug #1894033 - typo in help file 2008-02-16 16:18:01 +00:00
Examples removed old files 2008-02-08 21:06:36 +00:00
Include fixed eol-style 2008-02-08 21:14:37 +00:00
Menu 2.35 2008-02-08 21:15:22 +00:00
SCons Add Debian patch for separate stripping options for Win32 & cross-platform options 2007-11-14 06:20:44 +00:00
Scripts ensure bug #1835866 and #1831677 won't repeat 2007-12-01 12:20:27 +00:00
Source fixed bug #1874297 - Error decompressing data! Corrupted installer? 2008-02-23 16:28:23 +00:00
COPYING happy new year! 2007-12-22 09:41:57 +00:00
INSTALL building NSIS Menu 2007-05-05 13:05:08 +00:00
nsisconf.nsh UninstallIcon, not UnIcon 2004-02-05 21:47:08 +00:00
SConstruct install Multi-User Header File 2008-01-03 01:26:09 +00:00
TODO.txt DirShow is no longer desired, as discussed in patch #1539701 2006-08-28 12:41:45 +00:00