Package: mono
Version: 1.1.9.1
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:

Function `dis_stringify_marshal_spec' implicitly converted to pointer at 
main.c:441

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

Patch to add the missing declaration is attached below.

Thanks,

  --david

--- mono/dis/get.h-orig 2005-09-30 13:07:52.000000000 -0700
+++ mono/dis/get.h      2005-09-30 12:57:27.000000000 -0700
@@ -44,6 +44,7 @@
 char *dis_stringify_method_signature (MonoImage *m, MonoMethodSignature 
*method, int methoddef_row,
                                      MonoGenericContext *context, gboolean 
fully_qualified);
 char *dis_stringify_function_ptr (MonoImage *m, MonoMethodSignature *method);
+char *dis_stringify_marshal_spec (MonoMarshalSpec *spec);
 
 guint32 method_dor_to_token (guint32 idx);
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to