libfuzzer (with use_libfuzzer=false) should support directory as argument |
|||
Issue descriptionBecause 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.
,
Apr 21 2017
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?
,
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.
,
Apr 28 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by kcwu@chromium.org
, Sep 29 2016