From 52fce19fabf2e529c9bd332bcf8c5a4b56e42725 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Sat, 23 Apr 2005 22:34:48 +0000 Subject: * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow in numerous places that did not account for the NULL terminator (signature_from_seed): changed the manual string copy loop to just use strcpy instead make check should now pass --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7802a2e9..56301ee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-04-23 John (J5) Palmieri + + * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow + in numerous places that did not account for the NULL terminator + (signature_from_seed): changed the manual string copy loop to + just use strcpy instead + make check should now pass + 2005-04-19 John (J5) Palmieri * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert -- cgit