Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
void fuzz_openFile(const char * name) {
123
if (logfile != NULL) {
124
fclose(logfile);
125
}
126
logfile = fopen(name,
"w"
);
127
}
128
129
htp_cfg_t *cfg;
130
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected