mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
* Fix bug caused by frame size overflowing its field.
This commit is contained in:
parent
54737001bb
commit
020c890ccc
3 changed files with 11 additions and 2 deletions
|
@ -1899,7 +1899,7 @@ SCM_CEVAL (SCM x, SCM env)
|
|||
scm_t_debug_frame debug;
|
||||
scm_t_debug_info *debug_info_end;
|
||||
debug.prev = scm_last_debug_frame;
|
||||
debug.status = scm_debug_eframe_size;
|
||||
debug.status = 0;
|
||||
/*
|
||||
* The debug.vect contains twice as much scm_t_debug_info frames as the
|
||||
* user has specified with (debug-set! frames <n>).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue