diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-22 12:08:58 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-22 12:13:58 +0100 |
commit | d41030436cc9b7473bb4f21bc492309553374b78 (patch) | |
tree | 25b188f3eb7fedff18348e3a8918d6b88d8ce7fe /ChangeLog | |
parent | a7e0b2d6d9f7aaca005d267af6950abe4dd74d89 (diff) | |
download | tor-d41030436cc9b7473bb4f21bc492309553374b78.tar tor-d41030436cc9b7473bb4f21bc492309553374b78.tar.gz |
Expand homedirs in paths passed to tor-checkkey
This is so that coverity stops complaining about using a user-supplied
string with the open() syscall. Let's see if it works.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ Changes in version 0.2.2.9-alpha - 2010-02-22 to the circuit build timeout. - Future-proof the controller protocol a bit by ignoring keyword arguments we do not recognize. + - Expand homedirs passed to tor-checkkey. This should silence a + coverity complaint about passing a user-supplied string into + open() without checking it. Changes in version 0.2.1.24 - 2010-02-21 |