We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
+++ b/symbols @@ -324,11 +324,7 @@ libisal.so.2:pq_gen_slver_00030128 libisal.so.2:pq_gen_sse libisal.so.2:pq_gen_sse_slver libisal.so.2:pq_gen_sse_slver_00090032 -libisal.so.2:read_header -libisal.so.2:read_header_stateful libisal.so.2:set_huff_codes -libisal.so.2:write_header -libisal.so.2:write_trailer libisal.so.2:xor_check libisal.so.2:xor_check_base libisal.so.2:xor_check_slver
it's dropping symbols... this looks like a bug...
The text was updated successfully, but these errors were encountered:
Thanks for testing Arjan. These are internal functions that were marked as non-static before and leaked into external symbols.
Sorry, something went wrong.
No branches or pull requests
+++ b/symbols
@@ -324,11 +324,7 @@ libisal.so.2:pq_gen_slver_00030128
libisal.so.2:pq_gen_sse
libisal.so.2:pq_gen_sse_slver
libisal.so.2:pq_gen_sse_slver_00090032
-libisal.so.2:read_header
-libisal.so.2:read_header_stateful
libisal.so.2:set_huff_codes
-libisal.so.2:write_header
-libisal.so.2:write_trailer
libisal.so.2:xor_check
libisal.so.2:xor_check_base
libisal.so.2:xor_check_slver
it's dropping symbols... this looks like a bug...
The text was updated successfully, but these errors were encountered: