ossp-pkg/str/ChangeLog 1.55 -> 1.56
--- ChangeLog 2005/10/03 07:40:05 1.55
+++ ChangeLog 2005/10/12 08:24:30 1.56
@@ -9,6 +9,14 @@
ChangeLog
+ Changes between 0.9.11 and 0.9.12 (03-Oct-2005 to 12-Oct-2005):
+
+ *) Fixed str_parse(3): the va_list argument was incorrectly used
+ twice for processing the arguments and hence lead to a
+ segmentation faults. It is triggered by calls like
+ str_parse(var, "s/^(.+?):(.+)$/$1-%s-$2/", &new, subst);
+ [Vasil Dimov <vd@datamax.bg>]
+
Changes between 0.9.10 and 0.9.11 (24-Jan-2004 to 03-Oct-2005):
*) Security Fix to str_pcre.c (CAN-2005-2491, partially only)
|
|