diff options
author | Mark H Weaver <mhw@netris.org> | 2014-11-11 22:30:14 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-11-11 22:36:30 -0500 |
commit | fda17c20a3d088fccab1671c8881bd217d83d5f6 (patch) | |
tree | cfae78e498e7f0ef74180508ffe7f383163b9274 /THANKS | |
parent | 9c5d6aa9642891e571a7e7a2428c2084fe1058cf (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-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |