index
:
platform/upstream/lz4
accepted/tizen_6.0_unified
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_6.0
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Framework; Licenses: BSD-2-Clause, GPL-2.0;
Hyotaek Shim <hyotaek.shim@samsung.com>, Karol Lewandowski <k.lewandowsk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fuzzer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
unified alignment test
Yann Collet
1
-28
/
+46
2020-10-31
fix minor explicit cast
Yann Collet
1
-1
/
+1
2020-10-02
reduce new test stack usage
Yann Collet
1
-10
/
+12
2020-10-02
fix cppcheck unused variable warning
Yann Collet
1
-0
/
+1
2020-10-02
added LZ4_streamHC_t init test
Yann Collet
1
-2
/
+21
2020-09-28
Merge pull request #923 from lz4/fix784
Yann Collet
1
-15
/
+101
2020-09-27
ensure last match not too close to end
Yann Collet
1
-6
/
+8
2020-09-27
fix incorrect counting
Yann Collet
1
-1
/
+1
2020-09-27
fix efficiency of LZ4_compress_HC_destSize()
Yann Collet
1
-9
/
+93
2020-09-26
fix compressing into NULL
Yann Collet
1
-4
/
+13
2020-09-15
fix #847
Yann Collet
1
-2
/
+5
2020-09-15
added test triggering NULL arithmetic with usan
Yann Collet
1
-0
/
+8
2020-08-27
fixed minor pre-existing printf formatting
Yann Collet
1
-2
/
+2
2020-08-27
fixed strict c90 support
Yann Collet
1
-2
/
+0
2020-08-27
fix #783
Yann Collet
1
-4
/
+4
2020-08-12
added test decompress-partial with extraneous input bytes
Yann Collet
1
-9
/
+18
2020-08-06
Remove dirty Field From LZ4_stream_t
W. Felix Handte
1
-4
/
+0
2019-06-30
fix minor cppcheck warnings
Yann Collet
1
-2
/
+2
2019-06-30
frametest: added LZ4F decoder noise test
Yann Collet
1
-6
/
+6
2019-06-28
travisCI: added ASAN fuzzer tests
Yann Collet
1
-3
/
+3
2019-06-28
moved noisy-src decoder test into cBuffer_exact
Yann Collet
1
-34
/
+34
2019-06-28
fuzzer: added test to catch #738
Yann Collet
1
-51
/
+90
2019-05-30
added test case for in-place decompression
Yann Collet
1
-32
/
+63
2019-05-29
fuzzer: changed internal buffer size
Yann Collet
1
-9
/
+10
2019-05-29
one more conversion warning
Yann Collet
1
-1
/
+1
2019-05-29
some more minor conversion warnings fixes
Yann Collet
1
-5
/
+5
2019-05-29
fixed minor conversion warning
Yann Collet
1
-1
/
+1
2019-05-29
added comments and macros for in-place (de)compression
Yann Collet
1
-2
/
+1
2019-05-29
added test case for in-place compression
Yann Collet
1
-16
/
+41
2019-04-18
fixed read-after input in LZ4_decompress_safe()
Yann Collet
1
-74
/
+82
2019-04-18
fuzzer : reduced stack usage
Yann Collet
1
-18
/
+18
2019-04-18
fuzzer: reduce stack usage to please Visual static analyzer
Yann Collet
1
-58
/
+66
2019-04-18
address a few minor Visual warnings
Yann Collet
1
-2
/
+2
2019-04-18
fix several minor static analyzer warnings
Yann Collet
1
-27
/
+37
2019-04-18
fuzzer: fixed scan-build leak warning
Yann Collet
1
-19
/
+10
2019-04-17
fuzzer: fix explicit cast for C++
Yann Collet
1
-1
/
+1
2019-04-17
fuzzer: added tests to detect LZ4_decompress_fast() out of bound read
Yann Collet
1
-19
/
+27
2019-04-17
Fix AIX errors/warnings
Norm Green
1
-0
/
+4
2019-04-15
fix fuzzer tests on dirty context
Yann Collet
1
-3
/
+3
2019-04-12
and even more visual conversion warnings
Yann Collet
1
-9
/
+11
2019-04-09
fixed loadDictHC
Yann Collet
1
-4
/
+4
2019-04-09
modified LZ4_initStreamHC() to look like LZ4_initStream()
Yann Collet
1
-19
/
+20
2019-04-05
created LZ4_initStream()
Yann Collet
1
-3
/
+3
2019-04-05
fixed _GNU_SOURCE duplicate
Yann Collet
1
-0
/
+1
2019-04-05
fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUS
Yann Collet
1
-3
/
+1
2019-04-04
created LZ4_initStreamHC()
Yann Collet
1
-21
/
+21
2019-04-04
make `_fast*()` decoder generate a deprecation warning
Yann Collet
1
-2
/
+2
2019-01-09
fixed strict C++ compilation
Yann Collet
1
-1
/
+1
2019-01-09
fixed long sequence overflow test
Yann Collet
1
-1
/
+3
2019-01-09
minor explicit cast warning
Yann Collet
1
-1
/
+1
[next]