mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
6 lines
367 B
Text
6 lines
367 B
Text
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.
|