From 3eaa4113c8beabf06e6ee0e276506fc8851dc420 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Mar 2006 20:52:00 +0000 Subject: [PATCH] Make sure to not return TRUE if symbol is NULL. (#334440, ITOH Yasufumi) 2006-03-29 Matthias Clasen * gmodule.c (g_module_symbol): Make sure to not return TRUE if symbol is NULL. (#334440, ITOH Yasufumi) --- gmodule/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 458072cbf..3cc1105e4 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,9 @@ +2006-03-29 Matthias Clasen + + * gmodule.c (g_module_symbol): Make sure to + not return TRUE if symbol is NULL. (#334440, + ITOH Yasufumi) + 2006-03-07 Matthias Clasen * === Released 2.10.1 ===