New issue
Advanced search Search tips

Issue 650310 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocking:
issue 539572



Sign in to add a comment

libfuzzer (with use_libfuzzer=false) should support directory as argument

Project Member Reported by kcwu@chromium.org, Sep 26 2016

Issue description

Because fuzzers build with "use_libfuzzer=true is_debug=true" doesn't support debugging well (gdb cannot print local variables)
(btw, is it a bug? I assume it is known limitation.)

I often build fuzzers with "use_libfuzzer=false is_debug=true". However, it assumes all command line arguments arg files, not directories.
Sometimes I can workaround by shell wildcard, but not always (argument too long because too many files in corpus directory).

Supporting directory is helpful for bugs due to persistent state of fuzzers.

 

Comment 1 by kcwu@chromium.org, Sep 29 2016

Labels: LibFuzzer-Infra

Comment 2 by mmoroz@chromium.org, Apr 21 2017

Components: Tools>Stability>libFuzzer
Owner: kcwu@chromium.org
kcwu@, is this still an issue? aizatsky@ has left Google, so we have either to find a new owner or to close this as WontFix (I guess)? What do you think?

Comment 3 by kcwu@chromium.org, Apr 21 2017

I don't play libfuzzer for a while. I don't mind to close it if no other people need this feature.

Comment 4 by kcwu@chromium.org, Apr 28 2017

Status: WontFix (was: Untriaged)

Sign in to add a comment