summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-08-11 17:33:58 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-08-11 17:33:58 +0200
commita98643c1b5a39764204fcf6835a8b2bee670581d (patch)
treeab7d6c0eba944f34c7fee0f105e4f6394acaa042 /ChangeLog
parente50b7768b94bbcccef77be255920e3aac80a9555 (diff)
downloadtor-a98643c1b5a39764204fcf6835a8b2bee670581d.tar.gz
tor-a98643c1b5a39764204fcf6835a8b2bee670581d.zip
Fix possible segmentation fault on directory authorities.
The more verbose logs that were added in ee58153 also include a string that might not have been initialized. This can lead to segfaults, e.g., when setting up private Tor networks. Initialize this string with NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 994ff4c7b3..d64423426e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@ Changes in version 0.2.1.20 - 2009-??-??
o Minor bugfixes:
- Fix a signed/unsigned compile warning in 0.2.1.19.
+ - Fix possible segmentation fault on directory authorities. Bugfix on
+ 0.2.1.14-rc.
Changes in version 0.2.1.19 - 2009-07-28