snappy-java
snappy-java copied to clipboard
Snappy compressor/decompressor for Java
what is the relationship between snappy-java-VERSION.jar and snappy.so.VERSION in https://github.com/google/snappy? for example, snappy-jave-1.1.7.2.jar has a libsnappyjava.so file, when I build from https://github.com/google/snappy I got libsnappy.so.1.1.8, can I replace libsnappyjava.so with...
Allows decompression from a direct buffer to a non direct buffer. Tested on Ubuntu 16.0.4/JDK8/GCC 7.3.0 only.
Sorry, but how can I decompress Framed Format files?
Hey, I'm trying to work with iWork 13' Format, and for my aim I have to decompress .iwa files using java. But when I tried to do this using you...
When we run the snappy-java Veracode Scan, we can see the following vulnerabilities... snappy-java-1.1.7.7.jar - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') (CWE ID...
Hi Team, I am using version 1.1.7.3 of 'snappy-java' and getting below error: **Caused by: org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] no native library is found for os.name=zOS and os.arch=s390x** JVM version:: IBM J9...
Is there any interest in shipping a libsnappyjava.so for musl so it can be used on Alpine, etc? The dockerfile needed to build is trivial: ``` FROM alpine:3.10 RUN apk...
Currently if you mount the `/tmp` folder with the `noexec` option you get ``` /tmp/snappy-1.1.4-6321baa3-1a72-41b6-bbbc-2b1a642bc8c8-libsnappyjava.so: /tmp/snappy-1.1.4-6321baa3-1a72-41b6-bbbc-2b1a642bc8c8-libsnappyjava.so: failed to map segment from shared object: Operation not permitted -- at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)...
I have snappy format files which I want to decompress. I am getting error, failed_to_uncompress(5) . Not sure why? What are the reasons I could get this error? Thanks