diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-24 15:53:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-24 15:53:51 +0000 |
commit | 2cd6a240bd7cfee15014aa62dd3a8e17ab00cd6e (patch) | |
tree | 169459980ce9300b7e56e2b5fdece733aef5d853 /ChangeLog | |
parent | 311590550652042027daf0d954b93fed3f54b35e (diff) | |
download | tor-2cd6a240bd7cfee15014aa62dd3a8e17ab00cd6e.tar.gz tor-2cd6a240bd7cfee15014aa62dd3a8e17ab00cd6e.zip |
r15320@catbus: nickm | 2007-09-24 11:49:09 -0400
Backport r11332: fix a user-triggerable segfault in expand_filename("~").
svn:r11608
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Changes in version 0.1.2.18 - 2007-??-?? - When generating information telling us how to extend to a given router, do not try to include the nickname if it is absent. (Resolves bug 467.) + - Fix a user-triggerable segfault in expand_filename(). (There isn't + a way to trigger this remotely.) o Minor bugfixes (controller): - When sending a status event to the controller telling it that an |