bug6206 367 B

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