COMMITS
June 1, 2026
Y
Merge pull request #1753 from lz4/fix_read_oob
Yann Collet committed
Y
add comments explaining read_variable_length() ilimit bounds, fix match length limit
Yann Collet committed
Y
Merge pull request #1755 from lz4/bye_cirrus
Yann Collet committed
Y
Remove Cirrus CI configuration
Yann Collet committed
May 29, 2026
Y
simplify read_variable_length() by removing initial_check parameter
Yann Collet committed
Y
fix ip reaching iend in safe decode loop shortcut path
Yann Collet committed
Y
fix ip reaching iend in fast decode loop
Yann Collet committed
Y
add ossfuzz fuzzer binaries to .gitignore
Yann Collet committed
Y
Merge pull request #1754 from lz4/make_auto_mt_build
Yann Collet committed
Y
Avoid resetting make jobserver in submakes
Yann Collet committed
May 28, 2026
Y
add unit test for all-0xFF input to LZ4_decompress_safe()
Yann Collet committed
Y
update read_variable_length() comment on initial_check
Yann Collet committed
Y
rename `ip` to `ipPtr` in read_variable_length()
Yann Collet committed
Y
fix read_variable_length() call sites limits
Yann Collet committed
Y
remove unreachable overflow check in read_variable_length()
Yann Collet committed
Y
fix off-by-one OOB read in read_variable_length()
Yann Collet committed
May 27, 2026
Y
Merge pull request #1725 from Nicoshev/c3
Yann Collet committed
Y
Merge pull request #1724 from Nicoshev/d1
Yann Collet committed
N
Merge branch 'dev' into d1
Nicolas De Carli committed
N
Update assert message for clarity in lz4.c
Nicolas De Carli committed
N
Address offset==0
Nicolas De Carli committed
N
Relax assert
Nicolas De Carli committed
Y
Merge pull request #1723 from Nicoshev/c1
Yann Collet committed
May 1, 2026
Y
D
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
dependabot[bot] committed
April 1, 2026
Y
Merge pull request #1730 from lz4/dependabot/github_actions/microsoft/setup-msbuild-3
Yann Collet committed
Y
Merge pull request #1731 from lz4/dependabot/github_actions/github/codeql-action-4.35.1
Yann Collet committed
D
build(deps): bump github/codeql-action from 4.32.4 to 4.35.1
dependabot[bot] committed
D
build(deps): bump microsoft/setup-msbuild from 2 to 3
dependabot[bot] committed
March 19, 2026
N
Quickly branch on stream's end
Nicolas De Carli committed