浏览代码

fix one bug, add another

svn:r1323
Roger Dingledine 21 年之前
父节点
当前提交
e9b67e1e6a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/TODO

+ 2 - 1
doc/TODO

@@ -12,10 +12,11 @@ ARMA    - arma claims
         X Abandoned
 
 Bugs:
+        - we call signal(), but we should be calling sigaction()
         - send socks rejects when things go bad ?
         o on solaris, need to build with
           LDFLAGS="-lsocket -lnsl" ./configure
-        - on solaris, we HAVE_UNAME but the uname() call fails?
+        o on solaris, we HAVE_UNAME but the uname() call fails?
         - should maybe make clients exit(1) when bad things happen?
           e.g. clock skew.
         o client-side dns cache doesn't appear to be getting populated