MCPcopy 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
536void triggerSegfault() {
537 int* x = nullptr;
538 while (*x) {
539 (*x)++;
540 x++;
541 }
542}
543
544RowVectorPtr HashAggregation::getOutput() {
545 if (BOLT_TEST_VALUE_ENABLED()) {

Callers 1

getOutputMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected