1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

bugfix: don't dynamic link if we found a registered extension

* libguile/extensions.c (load_extension): Don't do dynamic linking if we
  actually did find an extension in the list.
This commit is contained in:
Andy Wingo 2009-03-27 18:47:13 -07:00 committed by Neil Jerram
parent 7496b0397a
commit 1bfae3ccf7
2 changed files with 6 additions and 0 deletions

1
NEWS
View file

@ -11,6 +11,7 @@ Changes in 1.8.8 (since 1.8.7)
** Fix possible buffer overruns when parsing numbers
** Avoid clash with system setjmp/longjmp on IA64
** Don't dynamically link an extension that is already registered
Changes in 1.8.7 (since 1.8.6)