summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-11-11 22:30:14 -0500
committerMark H Weaver <mhw@netris.org>2014-11-11 22:36:30 -0500
commitfda17c20a3d088fccab1671c8881bd217d83d5f6 (patch)
treecfae78e498e7f0ef74180508ffe7f383163b9274 /THANKS
parent9c5d6aa9642891e571a7e7a2428c2084fe1058cf (diff)
Fix strerror error handling when given a non-integer argument.
Fixes <http://bugs.gnu.org/18065>. Reported and fixed by Glenn Michaels <gmichaels@Safe-mail.net>. * libguile/error.c (scm_strerror): Convert the argument to a C integer outside of the critical section, to avoid deadlock on error. * THANKS: Add Glenn Michaels to the fixes section.
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 1aeb4a429..d5e8222fb 100644
--- a/THANKS
+++ b/THANKS
@@ -134,6 +134,7 @@ For fixes or providing information which led to a fix:
Dan McMahill
Roger Mc Murtrie
Scott McPeak
+ Glenn Michaels
Andrew Milkowski
Tim Mooney
Han-Wen Nienhuys