Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HexHive/NASS
/ GetOutputFile
Function
GetOutputFile
fuzz/libfuzzer/FuzzerIO.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
static FILE *OutputFile = stderr;
25
26
FILE *GetOutputFile() {
27
return OutputFile;
28
}
29
30
void SetOutputFile(FILE *NewOutputFile) {
31
OutputFile = NewOutputFile;
Callers
2
PrintfCapture
Method · 0.85
~PrintfCapture
Method · 0.85
Calls
no outgoing calls
Tested by
2
PrintfCapture
Method · 0.68
~PrintfCapture
Method · 0.68