From 3924f47d02f8f5c43e4b90c2d32fec22b2d219d6 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 13:40:43 -0800 Subject: [PATCH] Update reproducing.md --- docs/reproducing.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reproducing.md b/docs/reproducing.md index 7a0f6eab6..58ee16e9e 100644 --- a/docs/reproducing.md +++ b/docs/reproducing.md @@ -5,12 +5,13 @@ You've been CC'ed on an OSS-Fuzz issue Before attempting to fix the bug you should be able to reliably reproduce it. Every issue has a reproducer (aka "testcase") file attached. -Download it. If the issue is not public, you will need to login using your Google account -that is CC-ed to the bug report. +Download it. If the issue is not public, you will need to login using your +[Google account](https://support.google.com/accounts/answer/176347?hl=en) +that the bug report CCs. This file contains the bytes that were fed to the [Fuzz Target](http://libfuzzer.info/#fuzz-target). If you have [properly integrated](ideal_integration.md) the fuzz target with your build and test system -all you is to run +all you do is run: ``` ./fuzz_target_binary REPRODUCER_FILE ```