zlib-ng: recent changes to deflate_fast,deflate_medium and deflate_slow cause breaking changes

The recent one line changes in these files:

deflate_fast.c
deflate_medium.c
deflate_slow.c

will break some of my unit tests here:

https://github.com/GrokImageCompression/grok

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 18 (12 by maintainers)

Most upvoted comments

@iii-i in that case, I have no issue with the latest changes 😃

Can the “Bug” label be removed if it is the test that is incorrect, and there is no bug in zlib-ng…

Just the assumption that test is correct if zlib or older zlib-ng version passes doesn’t mean that the test is 100% correct.