October 19, 2017
View 8dbf92a

Adding some debug strings for cab parsing that existed in 0.99.2. Adding code that sterilizes garbage data that is read in as a string so it is not output to stderr when --debug is enabled.

Micah Snyder authored on 2017/10/19 04:52:19
October 10, 2017
View 0cf59ddd

eliminating warning for redefinition, correcting end of dbg buffer newline line.

Micah Snyder authored on 2017/10/10 20:59:31
View 520b0fd

updating max cab size t 64k as was in old implementation, even though it's technically higher than the spec. adding back size checks. adding fix to mspack_fmap_alloc to zero the mem.

Micah Snyder authored on 2017/10/10 00:32:14
View c21235e

Ensuring mspack file handle is zeroed out after allocation and only closed if it exists

Mickey Sola authored on 2017/10/10 00:50:50
October 5, 2017
View d731a93

fixed uninitized variable that valgrind picked up in centos 6.8

Micah Snyder authored on 2017/10/05 00:30:25
September 29, 2017
View 7cc40cb

initializing error code to zero, fixing mspack_fmap_message so it has a new line character and will print fmt strings correctly

Micah Snyder authored on 2017/09/29 05:24:24
View 87c800a

initializing file->folder to NULL to prevent accidental segfaults and valgrind complaints. adding correction to mspack_fmap_message() so it will correctly print format strings.

Micah Snyder authored on 2017/09/29 03:04:47
August 17, 2017
View e09d884

eliminated a large number of warnings, many of which had to do with mixing types. i switched some types to size_t and a couple to ptrdiff_t to make things more consistent, but there is a huge amount of work to be done to make types consistent. int, unsigned int, unsigned, off_t, and other types are ill-suited to storing buffer lengths or memory addresses.

Micah Snyder authored on 2017/08/17 06:31:45
June 8, 2017
View dd0df81

mspack - continue analysis on bad formatting

Mickey Sola authored on 2017/06/08 05:28:24
March 30, 2017
View 7baf790

fixing compilation of LFS for 32-bit systems

Mickey Sola authored on 2017/03/30 06:21:48
View a837736

fixing potential OOB window write when unpacking chm files

Mickey Sola authored on 2017/03/30 03:55:26
August 23, 2016
View 42d04d2

bb11062 - removing unnecessary include of mspack's system.h

Mickey Sola authored on 2016/08/23 06:50:35
View 3a639e6

bb11062 - convert use of fseeko and ftello functions to meet vs2015 compatibility

Mickey Sola authored on 2016/08/23 04:43:17
August 18, 2016
View 11dbd43

bb11062 - modifying libmspack.c macros and casts for VS 2015 compatibility

Mickey Sola authored on 2016/08/18 07:06:11
March 25, 2016
View d3699d5

bb11062 - adding support for external libmspack

Mickey Sola authored on 2016/03/25 01:26:04