Bug#397549: cyrus-sasl2: crypt() return val implicitly converted to int

dann frazier dannf at debian.org
Wed Nov 8 06:26:03 CET 2006


Package: cyrus-sasl2
Version: 2.1.22-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 Debian/IA64 non-US Build Daemon <buildd at caballero.debian.org> -----

Subject: Log for successful build of cyrus-sasl2_2.1.22-1 (dist=unstable)
From: Debian/IA64 non-US Build Daemon <buildd at caballero.debian.org>
Date: Wed, 08 Nov 2006 04:35:03 +0000
To: undisclosed-recipients: ;
X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.11.7.202433
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on ldl.lart
X-Spam-Level: 
X-Spam-Status: No, score=0.5 required=3.5 tests=AWL,BAYES_50,UNDISC_RECIPS 
	autolearn=disabled version=3.0.3
Debian-Buildd-Error: Yes

Function `crypt' implicitly converted to pointer at auth_shadow.c:183
Function `crypt' implicitly converted to pointer at auth_shadow.c:183
Function `crypt' implicitly converted to pointer at auth_shadow.c:183
Function `crypt' implicitly converted to pointer at auth_shadow.c:183
Function `crypt' implicitly converted to pointer at auth_shadow.c:183
Function `crypt' implicitly converted to pointer at auth_shadow.c:183
Function `crypt' implicitly converted to pointer at auth_shadow.c:183

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

--- cyrus-sasl2-2.1.22/saslauthd/auth_shadow.c~	2006-04-19 13:36:36.000000000 -0600
+++ cyrus-sasl2-2.1.22/saslauthd/auth_shadow.c	2006-11-07 22:19:48.000000000 -0700
@@ -1,3 +1,4 @@
+#define _XOPEN_SOURCE
 #define PWBUFSZ 256 /***SWB***/
 
 /* MODULE: auth_shadow */

-- 
dann frazier | HP Open Source and Linux Organization




More information about the Pkg-cyrus-sasl2-debian-devel mailing list