- 12月 19, 2019
-
-
由 W. Felix Handte 创作于
-
由 W. Felix Handte 创作于
-
- 12月 18, 2019
-
-
由 W. Felix Handte 创作于
-
- 12月 11, 2019
-
-
由 Yann Collet 创作于
[fuzz] Superblock fuzz issues
-
由 Yann Collet 创作于
Make idiomatic cmake install so third party cmake installers work right.
-
- 12月 07, 2019
-
- 12月 05, 2019
-
-
由 Bimba Shrestha 创作于
-
由 Bimba Shrestha 创作于
-
由 Bimba Shrestha 创作于
-
由 Bimba Shrestha 创作于
Fixes new fuzz issue Credit to OSS-Fuzz * Initializing unsigned value * Initialilzing to 1 instead of 0 because its more conservative * Unconditionoally setting to check first and then checking zero * Moving bool to before block for c90 * Move check set before block
-
- 12月 04, 2019
-
-
由 Yann Collet 创作于
so that potential issue report do not confuse `dev` with latest release
-
由 Yann Collet 创作于
Add Tool to Diagnose Whether Corrupt Blobs are Plausibly Bit-Flips
-
由 Yann Collet 创作于
Check for fread failure
-
- 12月 03, 2019
-
-
由 Bimba Shrestha 创作于
-
由 Yann Collet 创作于
small refactoring : remove global variable g_displayOut
-
由 Yann Collet 创作于
displaying into stderr or stdout is now an explicit operation, no longer depending on some global state set elsewhere in the code.
-
由 Yann Collet 创作于
fix recent issue combining -r with empty list of input files
-
由 Yann Collet 创作于
This would resize the table of input filenames to zero, delivering an empty table, to which it was no longer possible to add stdin.
-
- 11月 28, 2019
-
-
由 Yann Collet 创作于
mingw cross compilation test
-
由 Yann Collet 创作于
Fix MinGW cross
-
由 Yann Collet 创作于
- only compiles zstd CLI - enforces zero warning tolerance policy note : mingw compilation of the library complains (warning) about -fPIC flag. It mostly ignores it, so it's not a big issue. Still, it would need to be fixed if library cross-compilation becomes part of CI. At this stage, it's unclear if this is a scenario.
-
由 Yann Collet 创作于
based on a script in RocksDB project. also : pushed qemu aarch64 tests to master/cron, since there are already hardware aarch64 tests on dev.
-
-
- 11月 27, 2019
-
-
由 Yann Collet 创作于
--filelist=FILE feature
-
由 Peter Lesslie 创作于
On failure fread may return either a short read or 0. Need to use ferror to detect error versus eof.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
ppc cross-compilation seems broken outside of trusty scan-build version changes with distrib version, resulting in a different list of false positives
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
since only UTIL_DISPLAY() depended on it.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
from *.h to *.c so that they don't get transitively included into users of util.h.
-
由 Yann Collet 创作于
trusty is out of long term support. let's run (most) tests on "current" platform.
-
由 Yann Collet 创作于
complaining about a `const` property on one side but not the other.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
-
由 Bimba Shrestha 创作于
Fixes a fuzz issue where dictionary_round_trip failed because the compressor was generating corrupt files thanks to zero weights in the table. * Only setting loaded dict huf table to valid on non-zero * Adding hasNoZeroWeights test to fse tables * Forbiding nbBits != 0 when weight == 0 * Reverting the last commit * Setting table log to 0 when weight == 0 * Small (invalid) zero weight dict test * Small (valid) zero weight dict test * Initializing repeatMode vars to check before zero check * Removing FSE changes to seperate pr * Reverting accidentally changed file * Negating bool, using unsigned, optimization nit
-
由 Bimba Shrestha 创作于
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
they are fast enough, and we want to catch such incompatibility early
-