Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: yawkat/lz4-java

Tags

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use bnd-maven-plugin to fix osgi manifest headers (#28)

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge commit from fork

* Add test case

* Add patch

* move after destEnd check

* fix

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix remaining ArrayIndexOutOfBoundsExceptions in LZ4DecompressorTest (#6

)

An ArrayIndexOutOfBoundsException could indicate either an out-of-bounds access, or invalid arguments (e.g. offset < 0). Since we want to detect the former in the fuzz tests, we need to make sure the latter doesn't happen. This PR:

- Disables the ArrayIndexOutOfBoundsException catch so that it's reported by the fuzzer
- Fixes a bug in the test where the src length was larger than allowed
- Adjusts the LZ4JNIFastDecompressor to throw an LZ4Exception on empty input rather than an ArrayIndexOutOfBoundsExceptions (made by @Marcono1234; not security relevant, this only changes the exception. LZ4JNIFastDecompressor is also disabled by default due to CVE-2025-12183)

With these changes, a quick fuzz run now only shows the native_fast_* tests failing, both with a segfault, which is expected due to CVE-2025-12183.

v1.9.0

Toggle v1.9.0's commit message
update readme

v1.8.1

Toggle v1.8.1's commit message
also needs an execution

1.8.0

Toggle 1.8.0's commit message
Update CHANGES.md for 1.8.0

1.7.1

Toggle 1.7.1's commit message
Update README.md and CHANGES.md for 1.7.1

1.7.0

Toggle 1.7.0's commit message
Update README.md for lz4-pure-java

1.6.0

Toggle 1.6.0's commit message
Update CHANGES.md for 1.6.0

1.5.1

Toggle 1.5.1's commit message
Update README.md and CHANGES.md for 1.5.1