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
/
ossfuzz
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-05
[ossfuzz] Fix parallel builds
Nick Terrell
1
-7
/
+7
2020-09-29
fix minor static analyzer warnings
Yann Collet
2
-4
/
+4
2020-08-24
[CI][ossfuzz] Fix string equal
Nick Terrell
1
-1
/
+1
2020-08-19
[CI][Fuzz] Fix Travis-CI fuzzer tests
Nick Terrell
1
-1
/
+6
2020-08-11
added target lz4-wlib
Yann Collet
1
-1
/
+5
2019-09-23
Using size instead of LZ4_compressBound(size) <- causes heap overflow
Bimba Shrestha
1
-1
/
+1
2019-09-13
Retreiving 32 bits from the end for fuzzer
Bimba Shrestha
10
-50
/
+36
2019-09-13
Addressing naming nits and moving size modification up in all fuzzers
Bimba Shrestha
10
-68
/
+63
2019-09-13
Seperating the seed generation and use
Bimba Shrestha
10
-33
/
+68
2019-08-30
Making fuzzers use dataProducer api instead of random seed for decisions
Bimba Shrestha
5
-7
/
+56
2019-08-16
Adding comments, fixing nit, and hiding the struct in data producer api
bimbashrestha
8
-11
/
+25
2019-08-16
Seperating fuzz data producer api impl and header, using data producer on the...
bimbashrestha
9
-42
/
+78
2019-08-16
Created a data producer API and used in decompress_fuzzer
bimbashrestha
2
-6
/
+26
2019-08-16
Adding fuzz data producer for uint32 and using in decompress_fuzzer
bimbashrestha
2
-3
/
+29
2019-07-18
[fuzz] Add LZ4 frame fuzzers
Nick Terrell
6
-3
/
+219
2019-07-18
[fuzz] Add HC fuzzers for round trip, compress, and streaming
Nick Terrell
5
-14
/
+202
2019-07-18
[fuzzer] Update scripts for new fuzzers
Nick Terrell
3
-6
/
+11
2019-07-18
[fuzz] Add a streaming round trip fuzzer
Nick Terrell
1
-0
/
+217
2019-07-15
[ossfuzz] Improve the fuzzers
Nick Terrell
8
-44
/
+273
2019-06-30
Remove unnecessary call to Makefile.inc
Max Dymond
1
-2
/
+0
2019-06-29
More markups for style changes
Max Dymond
4
-28
/
+39
2019-06-28
Move to using C rather than C++ for compilation
Max Dymond
5
-6
/
+12
2019-06-28
Write a simple decompress target as well
Max Dymond
3
-5
/
+34
2019-06-28
Code review markups:
Max Dymond
3
-17
/
+18
2019-06-28
Add a fuzzing target that compiles in the oss-fuzz environment
Max Dymond
6
-0
/
+203