diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-18 15:38:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-18 15:38:00 +0000 |
commit | eee8d750b6a78d389453a2813bf77f94b94d2871 (patch) | |
tree | 92480068b513b5e4f5ea1a4889ced0ee08aac2c9 /ChangeLog | |
parent | 8f75defd337961f221c939f3914c96b3b683e4cf (diff) | |
download | tor-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |