b34b6a9912
This fixes the recent change to lzma_lz_encoder that used memzero instead of the NULL constant. On some compilers the NULL constant (always 0) may not equal the NULL pointer (this only needs to guarentee to not point to valid memory address). Later code compares the pointers to the NULL pointer so we must initialize them with the NULL pointer instead of 0 to guarentee code correctness. |
||
---|---|---|
.. | ||
Makefile.inc | ||
lz_decoder.c | ||
lz_decoder.h | ||
lz_encoder.c | ||
lz_encoder.h | ||
lz_encoder_hash.h | ||
lz_encoder_hash_table.h | ||
lz_encoder_mf.c |