Skip to content

Commit 5e46735

Browse files
committed
Merge branch 'master' of github.com:sctplab/usrsctp
2 parents 0c9e649 + d520eaf commit 5e46735

File tree

123 files changed

+155
-155
lines changed

Some content is hidden

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

123 files changed

+155
-155
lines changed

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)