Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: webrtc/test/fuzzers/webrtc_fuzzer_main.cc

Issue 1529203003: Add DrFuzz support to webrtc fuzzers. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fuzzers/webrtc_fuzzer_main.cc
diff --git a/webrtc/test/fuzzers/webrtc_fuzzer_main.cc b/webrtc/test/fuzzers/webrtc_fuzzer_main.cc
index 10a768d610b4957b563e53e23727682da26b7e8e..50a513c0942337b4d6a48f93fb8c3443df298140 100644
--- a/webrtc/test/fuzzers/webrtc_fuzzer_main.cc
+++ b/webrtc/test/fuzzers/webrtc_fuzzer_main.cc
@@ -8,11 +8,9 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// This file is intended to provide a common interface for fuzzing functions, so
-// whether we're running fuzzing under libFuzzer or DrFuzz the webrtc functions
-// can remain the same.
-// TODO(pbos): Implement FuzzOneInput() for more than one platform (currently
-// libFuzzer).
+// This file is intended to provide a common interface for fuzzing functions.
+// It's intended to set sane defaults, such as removing logging for further
kjellander_webrtc 2015/12/16 22:10:26 So no changes were actually needed for DrFuzz?
pbos-webrtc 2015/12/16 22:13:20 No, zhaoqin@ added upstream support for drfuzz und
+// fuzzing efficiency.
#include "webrtc/base/logging.h"
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698