Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ triggerSegfault
Function
triggerSegfault
bolt/exec/HashAggregation.cpp:536–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
void triggerSegfault() {
537
int* x = nullptr;
538
while (*x) {
539
(*x)++;
540
x++;
541
}
542
}
543
544
RowVectorPtr HashAggregation::getOutput() {
545
if (BOLT_TEST_VALUE_ENABLED()) {
Callers
1
getOutput
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected