1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-24 04:00:02 +00:00
Calvin Rose 1596511175 Fix undefined behavior bug with errors.
janet_vm_return_reg should only be set when janet_continue
is called. Otherwise, a panic may dump it's error message in
the wrong place, resulting in undefined behavior (often showing
the last return value or worse, segfaulting).
2019-04-10 23:29:40 -04:00
..
2019-04-09 09:14:40 -04:00
2019-02-21 19:19:47 -05:00
2019-01-28 11:50:33 -05:00
2019-03-03 23:55:38 -05:00
2019-03-31 14:15:26 -04:00
2019-03-23 13:50:50 -04:00