Package: inetutils
Version: 2:1.4.3+20051212-2
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.
Looks like this part of the fix for #318752 got dropped.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
--- inetutils-1.4.3+20051212/rlogind/rlogind.c~ 2006-01-09 17:30:49.000000000
-0700
+++ inetutils-1.4.3+20051212/rlogind/rlogind.c 2006-01-09 17:56:11.000000000
-0700
@@ -132,6 +132,7 @@
# define DEFPORT 513
#endif
extern int __check_rhosts_file;
+extern char *localhost __P ((void));
#ifndef SHISHI
struct auth_data
--- Begin Message ---
Function `localhost' implicitly converted to pointer at rlogind.c:362
--- End Message ---