On Fri, May 04, 2007 at 02:24:37PM -0600, dann frazier wrote:
> 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"

Thanks for the report! I've applied the patch.

For your info, kui_driver is a test application to help me test some of
the functionality in cgdb. The user will never run this program.

Bob Rossi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to