Bug#423867: gnome-system-tools: get_services_tool_new() implicitly converted to pointer

dann frazier dannf at debian.org
Mon May 14 15:56:30 UTC 2007


Package: gnome-system-tools
Version: 2.18.1-1
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

Function `gst_services_tool_new' implicitly converted to pointer at main.c:49

--- gnome-system-tools-2.18.1/src/services/main.c~	2007-02-24 10:23:23.000000000 -0700
+++ gnome-system-tools-2.18.1/src/services/main.c	2007-05-14 09:53:52.000000000 -0600
@@ -29,6 +29,7 @@
 #include "table.h"
 #include "service-settings-table.h"
 #include "callbacks.h"
+#include "services-tool.h"
 
 GstTool *tool;
 

-- 
dann frazier | HP Open Source and Linux Organization





More information about the pkg-gnome-maintainers mailing list