Bug#347313: [Fwd: Log for successful build of inetutils_2:1.4.3+20051212-2 (dist=unstable)]

2006-01-10 Thread Guillem Jover
severity 347313 wishlist
thanks

Hi dann,

On Mon, Jan 09, 2006 at 05:58:59PM -0700, dann frazier wrote:
 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.

This part of inetutils is not used for any package, so thus I'm lowering
the severity. I'm going to apply the fix anyway and fwd to upstream.
Thanks for those checks though and the patches. =)

 Looks like this part of the fix for #318752 got dropped.

Yeah, sorry about that, I just missed that part from the rejected
chunks. I'll be uploading shortly to fix the FTBSF...

 [1]http://people.debian.org/~dannf/check-implicit-pointer-functions

I'll use it in the future, before uploading!

thanks,
guillem


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



Bug#347313: [Fwd: Log for successful build of inetutils_2:1.4.3+20051212-2 (dist=unstable)]

2006-01-09 Thread dann frazier
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.0 
-0700
+++ inetutils-1.4.3+20051212/rlogind/rlogind.c  2006-01-09 17:56:11.0 
-0700
@@ -132,6 +132,7 @@
 # define DEFPORT 513
 #endif
 extern int  __check_rhosts_file;
+extern char *localhost __P ((void));
 
 #ifndef SHISHI
 struct auth_data

---BeginMessage---
Function `localhost' implicitly converted to pointer at rlogind.c:362
---End Message---