GH-129715: Don't project traces that return to an unknown caller (GH-130024)

This commit is contained in:
Brandt Bucher 2025-02-12 10:16:43 -08:00 committed by GitHub
parent 72f56654d0
commit 11bb08e4ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -671,7 +671,7 @@ translate_bytecode_to_trace(
if (trace_stack_depth == 0) {
DPRINTF(2, "Trace stack underflow\n");
OPT_STAT_INC(trace_stack_underflow);
goto done;
return 0;
}
}
uint32_t orig_oparg = oparg; // For OPARG_TOP/BOTTOM