diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-03 15:04:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-03 15:04:16 +0000 |
commit | 9d7a2d4eaeba63661e2c1bcac39c28d9dc79f25d (patch) | |
tree | b21311e49adf7de938123fae9f6c6e025ef936c8 /ChangeLog | |
parent | ff3f2e59f564a79eba821337feaa9a1fb3ec936d (diff) | |
download | tor-9d7a2d4eaeba63661e2c1bcac39c28d9dc79f25d.tar.gz tor-9d7a2d4eaeba63661e2c1bcac39c28d9dc79f25d.zip |
r16689@tombo: nickm | 2008-07-03 11:03:14 -0400
Fix for bug 742: do not use O_CREAT on 2-option version of open(). Especially do not use it on /dev/null. Fix from Michael Scherer. Bugfix on 0.0.2pre19 (wow).
svn:r15626
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx "root:wheel". Fixes bug 676, reported by Serge Koksharov. - Fix macro collision between OpenSSL 0.9.8h and Windows headers. Fixes bug 704; fix from Steven Murdoch. + - When opening /dev/null in finish_daemonize(), do not pass the + O_CREAT flag. Fortify was complaining, and correctly so. Fixes + bug 742; fix from Michael Scherer. Bugfix on 0.0.2pre19. Changes in version 0.2.1.2-alpha - 2008-06-20 |