Package: cgdb
Version: 0.6.4-1
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem that will 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 `cgdb_malloc' implicitly converted to pointer at kui_driver.c:122


--- cgdb-0.6.4.orig/cgdb/lib/kui/src/kui_driver.c       2007-04-02 
07:39:27.000000000 -0600
+++ cgdb-0.6.4/cgdb/lib/kui/src/kui_driver.c    2007-05-04 14:20:33.000000000 
-0600
@@ -51,6 +51,7 @@
 #include <getopt.h>
 #endif
 
+#include <sys_util.h>
 #include "kui.h"
 #include "kui_term.h"
 

-- 
dann frazier | HP Open Source and Linux Organization
--- Begin Message ---
Function `cgdb_malloc' implicitly converted to pointer at kui_driver.c:122

--- End Message ---

Reply via email to