Package: gcompris
Version: 7.1.1-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.

This appears to be due to a simple cut & paste error.

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

diff -urN gcompris-7.1.1.orig/src/boards/py-gcompris-wordlist.h 
gcompris-7.1.1/src/boards/py-gcompris-wordlist.h
--- gcompris-7.1.1.orig/src/boards/py-gcompris-wordlist.h       2005-09-04 
15:21:35.000000000 -0600
+++ gcompris-7.1.1/src/boards/py-gcompris-wordlist.h    2005-11-29 
13:19:58.000000000 -0700
@@ -1,6 +1,6 @@
-#ifndef _PY_GCOMPRIS_PROPERTIES_H_
-#define _PY_GCOMPRIS_PROPERTIES_H_
+#ifndef _PY_GCOMPRIS_WORDLIST_H_
+#define _PY_GCOMPRIS_WORDLIST_H_
 
 #include <Python.h>
 #include "gcompris/gcompris.h"

--- Begin Message ---
Function `gcompris_new_pyGcomprisWordlistObject' implicitly converted to 
pointer at py-mod-gcompris.c:1604

--- End Message ---

Reply via email to