From eee8d750b6a78d389453a2813bf77f94b94d2871 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Sep 2007 15:38:00 +0000 Subject: 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 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb2a3e4e3f..564d747db3 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 -- cgit v1.2.3-54-g00ecf