• Home
  • Raw
  • Download

Lines Matching refs:fix

2 fix : decompression functions were reading a few bytes beyond input size (introduced in v1.9.0, rep…
3 api : fix : lz4frame initializers compatibility with c++, reported by @degski
22 fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560)
34 fix : compression compatible with low memory addresses (< 0xFFFF)
35 fix : decompression segfault when provided with NULL input, by @terrelln
44 perf : fix bad degenerative case, reported by @c-morgenstern
45 fix : decompression failed when using a combination of extDict + low memory address (#397), reporte…
47 cli : fix : `lz4 -d --rm` preserves timestamp (#441)
48 cli : fix : do not modify /dev/null permission as root, by @aliceatlas
52 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore)
55 cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
61 API : fix : expose obsolete decoding functions, reported by Chen Yufei
63 build : fix : static lib installation, by Ido Rosen
71 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
72 cli : fix minor notification when using -r recursive mode
75 build : Makefile : fix make -jX lib+exe concurrency (#277)
79 fix : Makefile : release build compatible with PIE and customized compilation directives provided t…
83 cli : fix : Large file support in 32-bits mode on Mac OS-X
84 fix : compilation on gcc 4.4 (#272), reported by Antoine Martin
98 cli : fix : crash on some invalid inputs
99 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
100 cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243
116 Performance fix : big compression speed boost for clang (+30%)
208 fix : support ppc64le platform (issue 131)
209 fix : Issue 52 (malicious address space overflow in 32-bits mode when using large custom format)
210 fix : Makefile : minor issue 130 : header files permissions
215 fix : block-dependency command line (issue 127)
216 fix : lz4fullbench (issue 128)