core: adding defines to allow interworking with honggfuzz without
further patches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1822500 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: adding defines to allow interworking with honggfuzz without
+ further patches. [Stefan Eissing, Robert Swiecki]
+
*) mod_slotmem_shm: Add generation number to shm filename to fix races
with graceful restarts. PR 62044.
destroy_and_exit_process(process, 1);
}
-int main(int argc, const char * const argv[])
+#ifdef HFND_FUZZING_ENTRY_FUNCTION
+ HFND_FUZZING_ENTRY_FUNCTION(int argc, const char *const *argv)
+#else
+ int main(int argc, const char *const *argv)
+#endif
{
char c;
int showcompile = 0, showdirectives = 0;