aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-18 15:38:00 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-18 15:38:00 +0000
commiteee8d750b6a78d389453a2813bf77f94b94d2871 (patch)
tree92480068b513b5e4f5ea1a4889ced0ee08aac2c9 /ChangeLog
parent8f75defd337961f221c939f3914c96b3b683e4cf (diff)
downloadtor-eee8d750b6a78d389453a2813bf77f94b94d2871.tar
tor-eee8d750b6a78d389453a2813bf77f94b94d2871.tar.gz
r15140@catbus: nickm | 2007-09-18 11:34:54 -0400
Get rid of a needless malloc() when parsing address policies. Original patch from "Some guy on #tor", via arma. Altered to have a sufficiently large buffer, and not use the buffer so much, and to save a strlcpy. svn:r11480
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb2a3e4e3..564d747db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,7 @@ Changes in version 0.2.0.7-alpha - 2007-??-??
- Turn "descriptor store" into a full-fledged type.
- Move all NT services code into a separate source file.
- Unify all code that computes medians, percentile elements, etc.
+ - Get rid of a needless malloc when parsing address policies.
Changes in version 0.1.2.17 - 2007-08-30