Hi,

I got this bug report with a patch from Dann Frazier in Debian.

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

Date: Wed, 25 Oct 2006 10:57:58 -0600
From: dann frazier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: dann frazier <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Bug#395216: inetutils: getpass return 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

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

--- inetutils-1.5.dfsg.1.orig/telnet/authenc.c  2006-10-11 15:46:26.000000000 
-0600
+++ inetutils-1.5.dfsg.1/telnet/authenc.c       2006-10-25 10:44:25.000000000 
-0600
@@ -40,6 +40,7 @@
 #include <arpa/telnet.h>
 #include <libtelnet/encrypt.h>
 #include <libtelnet/misc.h>
+#include <unistd.h>
 
 #include "general.h"
 #include "ring.h"

-- 
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