Package: tracker
Version: 0.6.2-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
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.
For more information, see [2].

Patch attached.

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

----- Forwarded message from Build Daemon <[EMAIL PROTECTED]> -----

X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level: 
X-Spam-Status: No, score=-1.4 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS 
        autolearn=disabled version=3.1.7-deb
X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com
Subject: Log for successful build of tracker_0.6.2-1 (dist=unstable)
Date: Wed,  5 Sep 2007 21:28:59 +0000 (GMT)
From: Build Daemon <[EMAIL PROTECTED]>
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 
2007.9.5.135923
Debian-Buildd-Error: Yes

Function `getenv' implicitly converted to pointer at tracker-apps.c:35

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

-- 
dann frazier

--- tracker-0.6.2.orig/src/trackerd/tracker-apps.c	2007-08-18 18:31:41.000000000 -0600
+++ tracker-0.6.2/src/trackerd/tracker-apps.c	2007-09-05 18:36:17.000000000 -0600
@@ -19,6 +19,7 @@
  */
 
 #include<string.h>
+#include <stdlib.h>
 
 #include "tracker-apps.h"
 #include "tracker-db.h"

Reply via email to