git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354392
91177308-0d34-0410-b5e6-
96231b3b80d8
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
========