Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eggert/tz
/ size_overflow
Function
size_overflow
zic.c:562–566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
560
exit(EXIT_FAILURE);
561
}
562
563
ATTRIBUTE_NORETURN static void
564
size_overflow(void)
565
{
566
memory_exhausted(_(
"size overflow"
));
567
}
568
569
ATTRIBUTE_PURE_114833_HACK
Callers
2
size_sum
Function · 0.70
size_product
Function · 0.70
Calls
1
memory_exhausted
Function · 0.85
Tested by
no test coverage detected