aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-11Initialize the last byte of the dictionary to zero so thatLasse Collin1-0/+1
2008-03-10Always initialize lz->temp_size in lz_decoder.c. temp_size didLasse Collin1-5/+6
2008-02-02Don't memzero() the history buffer when initializing LZLasse Collin1-4/+3
2007-12-09Imported to git.Lasse Collin1-0/+462