lib
lib copied to clipboard
sdefl.seq_cnt isn't initialized for sdeflate
https://github.com/vurtun/lib/blob/5a3f3aba052e63ffae8eb0214c6bb8ffffedea3c/sdefl.h#L735
Need to add the following code before calling of sdefl_compr:
s->seq_cnt = 0;