MCPcopy Create free account
hub / github.com/OISF/libhtp / fuzz_openFile

Function fuzz_openFile

test/fuzz/fuzz_diff.c:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void fuzz_openFile(const char * name) {
123 if (logfile != NULL) {
124 fclose(logfile);
125 }
126 logfile = fopen(name, "w");
127}
128
129htp_cfg_t *cfg;
130

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected