From 2bd653951b8dd52754db647bb19189347469f84f Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 13:22:10 -0800 Subject: [PATCH] Update reproducing.md --- docs/reproducing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reproducing.md b/docs/reproducing.md index b81fc4b09..bd770ad4e 100644 --- a/docs/reproducing.md +++ b/docs/reproducing.md @@ -4,7 +4,7 @@ You've been CC'ed on an OSS-Fuzz issue ([examples](https://bugs.chromium.org/p/oss-fuzz/issues/list)), now what? Before attempting a fix the bug you should be able to reliably reproduce it. -Every issue has a reproducer file attached. +Every issue has a reproducer (aka "test case") 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. This file contains the bytes that were fed to the [Fuzz Target](http://libfuzzer.info/#fuzz-target).