From 57657889128dc54069525cce47bce51365dbde0f Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 5 Sep 2006 22:05:12 +0000 Subject: * dbus/dbus-pending-call.c: Add some checks so we don't crash on NULL in the public API (Patch from Kimmo Hämäläinen ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efb4317b..d6fa6e0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-05 John (J5) Palmieri + + * dbus/dbus-pending-call.c: Add some checks so we don't crash on + NULL in the public API (Patch from Kimmo Hämäläinen + ) + 2006-09-05 John (J5) Palmieri * configure.in: Fix for OS-X compile time endian issues (patch from -- cgit