MCPcopy Index your code
hub / github.com/RsyncProject/rsync / _overflow_exit

Function _overflow_exit

util2.c:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126NORETURN void _overflow_exit(const char *msg, const char *file, int line)
127{
128 rprintf(FERROR, "[%s] buffer overflow: %s (file=%s, line=%d)\n", who_am_i(), msg, src_file(file), line);
129 exit_cleanup(RERR_MALLOC);
130}
131
132const char *src_file(const char *file)
133{

Callers

nothing calls this directly

Calls 3

src_fileFunction · 0.85
rprintfFunction · 0.70
who_am_iFunction · 0.70

Tested by

no test coverage detected