Package: libnotify1
Version: 0.4.5-1
Severity: important

If you pass NULL as the fourth argument to notify_get_server_info it
segfaults. Patch attached, which describes the bug pretty clearly.

-- 
Jonny Lamb, UK
jo...@debian.org
diff -Nruad -Nruad libnotify-0.4.5.orig/libnotify/notify.c libnotify-0.4.5/libnotify/notify.c
--- libnotify-0.4.5.orig/libnotify/notify.c	2009-07-08 21:26:30.000000000 +0100
+++ libnotify-0.4.5/libnotify/notify.c	2009-07-08 21:29:21.000000000 +0100
@@ -252,7 +252,7 @@
 	if (ret_version != NULL)
 		*ret_version = version;
 
-	if (spec_version != NULL)
+	if (ret_spec_version != NULL)
 		*ret_spec_version = spec_version;
 
 	return TRUE;

Reply via email to