[libFuzzer] docs: add a FAQ entry about dlclose

llvm-svn: 354392
This commit is contained in:
Kostya Serebryany 2019-02-19 22:11:50 +00:00
parent 659f2752a0
commit bf223e9d59
1 changed files with 7 additions and 0 deletions

View File

@ -691,6 +691,13 @@ to crash on invalid inputs.
Examples: regular expression matchers, text or binary format parsers, compression,
network, crypto.
Q. LibFuzzer crashes on my complicated fuzz target (but works fine for me on smaller targets).
----------------------------------------------------------------------------------------------
Check if your fuzz target uses ``dlclose``.
Currently, libFuzzer doesn't support targets that call ``dlclose``,
this may be fixed in future.
Trophies
========