summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-05-18 15:03:02 +0000
committerArthur de Jong <arthur@arthurdejong.org>2008-05-18 15:03:02 +0000
commitdacd740209fc1fcf474cf247156cfd3bd2b57c7f (patch)
tree18791151da6261102402a0a339ceb828ff93b14a /TODO
parent24c144ff6033f1c8691300f00c2037018cda6ee5 (diff)
from a review of glibc 2.3.6 code it shows that strerror() is only non-threadsafe in some very unlikely circumstances
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@741 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0743adc..50aff53 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
probably before we can call this stable
---------------------------------------
-* fix usage of strerror() as it is not thread safe
* fix race condition when setting signal mask in common/tio.c
(using pthread_sigmask() adds a dependency on the pthread library,
we should probably just do locking)