We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9eed commit 2f95af9Copy full SHA for 2f95af9
sapi/fuzzer/fuzzer-sapi.c
@@ -56,6 +56,8 @@ const char HARDCODED_INI[] =
56
",crypt"
57
/* openlog() has a known memory-management issue. */
58
",openlog"
59
+ /* Can cause long loops that bypass the executor step limit. */
60
+ "\ndisable_classes=InfiniteIterator"
61
;
62
63
static int startup(sapi_module_struct *sapi_module)
0 commit comments