Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JochenKalmbach/StackWalker
/ ExpTest5
Function
ExpTest5
Main/StackWalker/main.cpp:193–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
return EXCEPTION_EXECUTE_HANDLER;
192
}
193
void ExpTest5()
194
{
195
char* p = NULL;
196
p[0] = 0;
197
printf(p);
198
}
199
void ExpTest4()
200
{
201
ExpTest5();
Callers
1
ExpTest4
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected