aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6206
blob: 61a16d291ad0e14433dd3db6d35ccfab9d31084f (plain)
1
2
3
4
5
6
  o Minor bugfixes:
    - Always check the return values of functions fcntl() and
      setsockopt(). We don't believe these are ever actually failing in
      practice, but better safe than sorry. Also, checking these return
      values should please some analysis tools (like Coverity). Patch
      from 'flupzor'. Fix for bug 8206; bugfix on all versions of Tor.