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

Fix - the failures in xzlib with libz.so of data_compression/L3/demos/libzso #131

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented May 8, 2022

This pull request is a collection of fixes to the problems that xzlib do not run with libz.so.

The problems:

  • The libz.so does not work correctly m_cdflow is compared the to the wrong enum.
  • The libz.so fails because the kernel xilGzipComp, which is not built in L3/demos/libzso, is looked for.
  • The libz.so does not work correctly because a variable m_zlibFlow that is used is not initialized.
  • The libz.so processes the only first 1 MB when running xzlib because input_size is forced to zero.

sdausr and others added 7 commits April 26, 2022 21:03
@ogswr-iniad
Copy link

I submitted this pull request. Sorry that the user name of these commits has become "ghost".

vt-lib-support pushed a commit that referenced this pull request May 18, 2023
d19a5ec Merge pull request #131 from changg/fix_taregt_domain
bafbc26 update meta

Co-authored-by: sdausr <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant