Hi,

I got another patch from Dann.

----- Forwarded message from dann frazier <[EMAIL PROTECTED]> -----

Date: Wed, 25 Oct 2006 10:59:21 -0600
From: dann frazier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: dann frazier <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Bug#395218: inetutils: xmalloc return val implicitly converted to int

Package: inetutils
Version: 2:1.5.dfsg.1-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

----- Forwarded message from Buildd user <[EMAIL PROTECTED]> -----

Subject: Log for successful build of inetutils_2:1.5.dfsg.1-1 (dist=unstable)
From: Buildd user <[EMAIL PROTECTED]>
Date: Wed, 25 Oct 2006 03:36:27 +0000
To: undisclosed-recipients: ;
Debian-Buildd-Error: Yes

Function `getpass' implicitly converted to pointer at authenc.c:99
Function `xmalloc' implicitly converted to pointer at rsh.c:420

----- End forwarded message -----

--- inetutils-1.5.dfsg.1.orig/rsh/rsh.c 2006-10-11 17:28:34.000000000 -0600
+++ inetutils-1.5.dfsg.1/rsh/rsh.c      2006-10-25 10:42:52.000000000 -0600
@@ -70,6 +70,8 @@
 # include <sys/select.h>
 #endif
 
+#include "xalloc.h"
+
 #ifdef SHISHI
 #define REALM_SZ 1040
 #endif

-- 
dann frazier | HP Open Source and Linux Organization

----- End forwarded message -----

regards,
guillem


_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to