mirror of
https://github.com/janet-lang/janet
synced 2026-07-12 22:32:42 +00:00
e97299fc65
Coming from commit 77189b6e66, relating
to changes in source mapping debug info, this caused a segfault when
traversing a stack frame where the birth_pc was incredibly large due
to wrap around. This fix prevents the wrap around and does saturating
subtraction to 0.