Skip to content

sdefl.seq_cnt isn't initialized for sdeflate #58

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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