See http://www.cups.org/str.php?L1235 ---------------------------------------------------------------------------- This bug was reported against gs-esp earlier today. The original report is available here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320856 I have pasted the text here, though the patch might be slightly mangled. Regards, Roger Function `malloc' implicitly converted to pointer at ./src/fapi_ft.c:136 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. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions --- gs-esp-8+8.15rc3.dfsg.1/src/fapi_ft.c.orig 2005-08-01 17:10:01.424353206 -0600 +++ gs-esp-8+8.15rc3.dfsg.1/src/fapi_ft.c 2005-08-01 17:04:46.643107062 -0600 @@ -37,6 +37,7 @@ #include FT_OUTLINE_H #include FT_TRIGONOMETRY_H +#include <stdlib.h> #include <assert.h> /* Note: structure definitions here start with FF_, which stands for 'FAPI FreeType". */ ---------------------------------------------------------------------------- Patch is attached.
Created attachment 3139 [details] Function `malloc' implicitly converted to pointer
the include should probably malloc_.h not stdlib.h
Fixed in r8117.