diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-11 20:58:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-18 14:28:38 -0400 |
commit | 63b67577d6df1080e0bca89d66a2e1550da6265d (patch) | |
tree | 2c76b237f2668cb90800402dcb2f21ab29a07eb5 /changes | |
parent | eb9420082ddf88462fc1ff7589c58094d7681f64 (diff) | |
download | tor-63b67577d6df1080e0bca89d66a2e1550da6265d.tar.gz tor-63b67577d6df1080e0bca89d66a2e1550da6265d.zip |
Check return values from fcntl and setsockopt
(Based on a patch from flupzor; bug #8206)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6206 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6206 b/changes/bug6206 new file mode 100644 index 0000000000..61a16d291a --- /dev/null +++ b/changes/bug6206 @@ -0,0 +1,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. |