Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-11 | Initialize the last byte of the dictionary to zero so that | Lasse Collin | 1 | -0/+1 | |
lz_get_byte(lz, 0) returns zero. This was broken by 1a3b21859818e4d8e89a1da99699233c1bfd197d. | |||||
2008-03-10 | Always initialize lz->temp_size in lz_decoder.c. temp_size did | Lasse Collin | 1 | -5/+6 | |
get initialized as a side-effect after allocating a new decoder, but not when the decoder was reused. | |||||
2008-02-02 | Don't memzero() the history buffer when initializing LZ | Lasse Collin | 1 | -4/+3 | |
decoder. There's no danger of information leak here, so it isn't required. Doing memzero() takes a lot of time with large dictionaries, which could make it easier to construct DoS attack to consume too much CPU time. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+462 | |