X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=f97463edf4ea0c4b3ced64b2c01b99add72aefd2;hb=35f870eecfcaaba496d54e0f290b09e63884f74c;hp=e68157d6a4cbb35ac929321282d5edd1c48e558e;hpb=27763fafd1b170518ac2e85b9344fdddddcfd7c5;p=sbcl.git diff --git a/BUGS b/BUGS index e68157d..f97463e 100644 --- a/BUGS +++ b/BUGS @@ -883,11 +883,9 @@ WORKAROUND: 283: Thread safety: libc functions There are places that we call unsafe-for-threading libc functions that we should find alternatives for, or put locks around. Known or - strongly suspected problems, as of 0.8.3.10: please update this + strongly suspected problems, as of 1.0.3.13: please update this bug instead of creating new ones - gethostbyaddr in sb-bsd-sockets - 284: Thread safety: special variables There are lots of special variables in SBCL, and I feel sure that at least some of them are indicative of potentially thread-unsafe