-
Notifications
You must be signed in to change notification settings - Fork 52
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
Behavior difference between static
and not
#105
Open
wcampbell0x2a opened this issue
Jan 19, 2023
· 0 comments
· Fixed by Portable-Network-Archive/liblzma-rs#19
Open
Behavior difference between static
and not
#105
wcampbell0x2a opened this issue
Jan 19, 2023
· 0 comments
· Fixed by Portable-Network-Archive/liblzma-rs#19
Comments
This was referenced Feb 17, 2023
wcampbell0x2a
added a commit
to wcampbell0x2a/backhand
that referenced
this issue
May 31, 2023
This ony fixes the static issue for the binaries built in this repo, you will need to define these yourself if using backhand as a library! See: - #150 - alexcrichton/xz2-rs#105 - alexcrichton/xz2-rs#111
ChanTsune
added a commit
to Portable-Network-Archive/liblzma-rs
that referenced
this issue
Sep 24, 2023
- Fix - alexcrichton#105 - alexcrichton#112 - alexcrichton#114 - Add - threading feature
ChanTsune
added a commit
to Portable-Network-Archive/liblzma-rs
that referenced
this issue
Sep 24, 2023
- Fix - alexcrichton#105 - alexcrichton#112 - alexcrichton#114 - Add - threading feature
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently using this library for my squashfs library and i'm trying to let the user build this library statically: wcampbell0x2a/backhand@master...add-xz-gzip-features
This library works great when building without the
static
features. However, when using this features the library gives different results breaking my tests and library when decompressing.The first is an example of the beginning of the buffers being sent into the library:
I remind you, both examples are extracting the same file. All I see is that the following byte is different:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: