Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid deflate #7

Open
ghost opened this issue May 29, 2013 · 1 comment
Open

Invalid deflate #7

ghost opened this issue May 29, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented May 29, 2013

Hi,

It seems that you don't respect totally the RFC. For example if I deflate "octavian" using zlib (with DEFLATE_OPTION) I obtain the following bytes:

120 156 203 79 46 73 44 203 76 204 3 0 15 21 3 86

If I deflate the same string using your library I obtain the following bytes:
203 79 46 73 44 203 76 204 3 9 0

So, I can't deflate a string using your library and inflating using another software.

@alexpreynolds
Copy link

I ran into a similar issue with deflate, being unable to extract data from compressed bytes with other tools and libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant