Skip to content

Commit 6036f34

Browse files
authored
Sync fuzzing changes back to master (#440)
1 parent c5abb7a commit 6036f34

117 files changed

Lines changed: 133 additions & 143 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,9 @@ elseif (CMAKE_C_COMPILER_ID MATCHES "Clang" OR CMAKE_C_COMPILER_ID MATCHES "Appl
259259
endif ()
260260

261261
if (sctp_build_fuzzer)
262+
set(CMAKE_BUILD_TYPE "DEBUG")
262263
add_definitions(-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)
263-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=fuzzer-no-link")
264+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O1 -fsanitize=fuzzer-no-link")
264265
endif ()
265266
endif ()
266267

fuzzer/CORPUS_CONNECT/addip-000000

45 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000001

45 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000002

73 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000003

73 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000004

49 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000005

45 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000006

49 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000007

45 Bytes
Binary file not shown.

fuzzer/CORPUS_CONNECT/addip-000008

73 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)