https://bugs.llvm.org/show_bug.cgi?id=33091

Kostya Serebryany <k...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@google.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Kostya Serebryany <k...@google.com> ---
1. you are using a very old libFuzzer and much newer clang. This won't work. 
Please use the fresh and matching versions of both. 

2. -lcurl  is not going to work. If you want to fuzz curl you need to
instrument it itself, not link the system library (that is not instrumented).
Take a look at the rest of the files in
https://github.com/google/oss-fuzz/tree/master/projects/curl

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to