Bug#393853: thoggen: th_title_preview_new return pointer implicitly converted to int

dann frazier dannf at debian.org
Wed Oct 18 05:45:40 UTC 2006


Package: thoggen
Version: 0.6.0-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 thoggen_0.6.0-1 (dist=unstable)
From: Debian/IA64 non-US Build Daemon <buildd at caballero.debian.org>
Date: Tue, 17 Oct 2006 17:40:49 +0100
To: undisclosed-recipients: ;
X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.10.17.90942
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.1 required=3.5 tests=AWL,UNDISC_RECIPS 
	autolearn=disabled version=3.0.3
Debian-Buildd-Error: Yes

Function `th_title_preview_new' implicitly converted to pointer at test-title-preview.c:45

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

--- thoggen-0.6.0/src/test-title-preview.c~	2006-10-11 07:53:21.000000000 -0600
+++ thoggen-0.6.0/src/test-title-preview.c	2006-10-17 23:41:41.000000000 -0600
@@ -1,6 +1,8 @@
 #include <gtk/gtk.h>
 #include <gst/gst.h>
 
+#include "th-title-preview.h"
+
 static GtkWidget *preview; /* NULL */
 
 static gchar *opt_device; /* NULL */

-- 
dann frazier | HP Open Source and Linux Organization





More information about the Pkg-gstreamer-maintainers mailing list