-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jianfeng Tan <henry.tjf@antfin.com> Signed-off-by: Jielong Zhou <jielong.zjl@antfin.com> Signed-off-by: Jian Zhang <wuzai.zj@antfin.com> Signed-off-by: Chen Zhao <winters.zc@antfin.com> Change-Id: I55c39de4c6cd30f991f35631eb507f770230f08e
- Loading branch information
Jianfeng Tan
committed
Mar 4, 2020
1 parent
e4380f4
commit 78c896b
Showing
289 changed files
with
45,114 additions
and
1,313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
host=gerrit.fd.io | ||
port=29418 | ||
project=tldk | ||
defaultbranch=dev-next-socket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c | ||
index debde20..69e2e4c 100644 | ||
--- a/llvm_mode/afl-llvm-rt.o.c | ||
+++ b/llvm_mode/afl-llvm-rt.o.c | ||
@@ -39,9 +39,9 @@ | ||
the LLVM-generated runtime initialization pass, not before. */ | ||
|
||
#ifdef USE_TRACE_PC | ||
-# define CONST_PRIO 5 | ||
+# define CONST_PRIO 2005 | ||
#else | ||
-# define CONST_PRIO 0 | ||
+# define CONST_PRIO 2000 | ||
#endif /* ^USE_TRACE_PC */ | ||
|
||
#include <sys/mman.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
`pwd`/AFLplusplus/afl-fuzz -m 4096 -i seeds -o output ../x86_64-native-linuxapp-gcc/app/tcp_lo 127.0.0.1 1234 @@ |
Binary file not shown.
Oops, something went wrong.