Skip to content
代码片段 群组 项目
  1. 11月 27, 2019
    • Bimba Shrestha's avatar
      [fuzz] Only set HUF_repeat_valid if loaded table has all non-zero weights (#1898) · a3a3c62b
      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
      a3a3c62b
  2. 11月 26, 2019
  3. 11月 23, 2019
  4. 11月 22, 2019
  5. 11月 21, 2019
  6. 11月 20, 2019
  7. 11月 19, 2019
  8. 11月 16, 2019
  9. 11月 15, 2019
  10. 11月 14, 2019
  11. 11月 12, 2019
加载中