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" |