GNOME Bugzilla – Bug 350102
Implicit pointer conversion can cause segfault on ia64 and amd64
Last modified: 2006-08-22 17:52:02 UTC
Please describe the problem: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365294 details the problem where implict pointer conversion can cause problems. Function `gtk_html_filename_from_uri' implicitly converted to pointer at editor-control-factory.c:251 is reported by a tool searching for this. Steps to reproduce: 1. Run the check script linked to at the Debian bug page Actual results: An implicit pointer conversion is detected Expected results: There should be no implicit pointer conversion Does this happen every time? Yes Other information:
Created attachment 70283 [details] [review] Patch that fixes the problem This patch has been used with success by Debian users since medio June.
Please assign this bug to harish to get it into GNOME 2.16.
Fixed to HEAD. Thanks.