mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
ossfuzz: Move to C++ for curl_fuzzer.
Automake gets confused if you want to use C++ static libraries with C code - basically we need to involve the clang++ linker. The easiest way of achieving this is to rename the C code as C++ code. This gets us a bit further along the path and ought to be compatible with Google's version of clang.
This commit is contained in:
committed by
Daniel Stenberg
parent
c290b8fb23
commit
57001ce3bb
1
.gitignore
vendored
1
.gitignore
vendored
@@ -55,3 +55,4 @@ test-driver
|
||||
scripts/_curl
|
||||
curl_fuzzer
|
||||
curl_fuzzer_seed_corpus.zip
|
||||
libstandaloneengine.a
|
||||
|
||||
Reference in New Issue
Block a user