Skip to content

sdefl.seq_cnt isn't initialized for sdeflate #58

@vmpsoft

Description

@vmpsoft

lib/sdefl.h

Line 735 in 5a3f3ab

s->bits = s->bitcnt = 0;

Need to add the following code before calling of sdefl_compr:
s->seq_cnt = 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions