diff options
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 998dc7ca3ba..36d52dba052 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -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 ======== |