bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] Fwd: Bug#395216: inetutils: getpass return implicitly co


From: Guillem Jover
Subject: [bug-inetutils] Fwd: Bug#395216: inetutils: getpass return implicitly converted to int
Date: Wed, 25 Oct 2006 23:04:59 +0300
User-agent: Mutt/1.5.13 (2006-08-11)

Hi,

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

----- Forwarded message from dann frazier <address@hidden> -----

Date: Wed, 25 Oct 2006 10:57:58 -0600
From: dann frazier <address@hidden>
To: address@hidden
Reply-To: dann frazier <address@hidden>, address@hidden
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 <address@hidden> -----

Subject: Log for successful build of inetutils_2:1.5.dfsg.1-1 (dist=unstable)
From: Buildd user <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]