mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
fix error handling in variable-ref family of instructions
* libguile/vm-i-system.c (variable-ref, variable-set, variable-bound?): Check that the argument is actually a variable. Thanks to Kevin Holmes for the report. * libguile/vm-engine.c (vm_engine): Error handling down here. * THANKS: Update.
This commit is contained in:
parent
4914fe1963
commit
dce0252bf2
3 changed files with 34 additions and 5 deletions
1
THANKS
1
THANKS
|
@ -63,6 +63,7 @@ For fixes or providing information which led to a fix:
|
|||
Judy Hawkins
|
||||
Jon Herron
|
||||
Sam Hocevar
|
||||
Kevin Holmnes
|
||||
Patrick Horgan
|
||||
Ales Hvezda
|
||||
Stefan Israelsson Tampe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue