October 19, 2017
View 17bca88

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 1721a34

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

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

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 3097795

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 87ac830

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 94d0336

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 4bbaf8d

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 112bc3f

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 a79dd64

mspack - continue analysis on bad formatting

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

fixing compilation of LFS for 32-bit systems

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

fixing potential OOB window write when unpacking chm files

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

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

Mickey Sola authored on 2016/08/23 06:50:35
View 6d307b6

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 4a488d1

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 a51fc60

bb11062 - adding support for external libmspack

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