lib icon indicating copy to clipboard operation
lib copied to clipboard

sdefl.seq_cnt isn't initialized for sdeflate

Open vmpsoft opened this issue 8 months ago • 0 comments

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;

vmpsoft avatar May 02 '25 06:05 vmpsoft