Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ strdup_check
Function
strdup_check
tools/http_load/http_load.c:2987–2993 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2985
}
2986
2987
static char *
2988
strdup_check(char *str)
2989
{
2990
str = strdup(str);
2991
check((void *)str);
2992
return str;
2993
}
2994
2995
static void
2996
check(void *ptr)
Callers
2
read_url_file
Function · 0.85
read_sip_file
Function · 0.85
Calls
1
check
Function · 0.85
Tested by
no test coverage detected