1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 03:00:19 +02:00

Fix potential deadlock in `make-struct'.

* libguile/struct.c (scm_make_struct): Remove critical section, as
  suggested by Linas Vepstas <linasvepstas@gmail.com>.  See
  http://lists.gnu.org/archive/html/bug-guile/2008-11/msg00036.html for
  a discussion.
This commit is contained in:
Ludovic Courtès 2008-11-30 20:26:56 +01:00
parent d051899d17
commit cb823e630d
2 changed files with 9 additions and 10 deletions

1
NEWS
View file

@ -84,6 +84,7 @@ available: Guile is now always configured in "maintainer mode".
same thread
** The handler of SRFI-34 `with-exception-handler' is now invoked in the
dynamic environment of the call to `raise'
** Fix potential deadlock in `make-struct'
Changes in 1.8.5 (since 1.8.4)