After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350102 - Implicit pointer conversion can cause segfault on ia64 and amd64
Implicit pointer conversion can cause segfault on ia64 and amd64
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: html-editor-control
3.10.x
Other All
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-08-05 23:17 UTC by Øystein Gisnås
Modified: 2006-08-22 17:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Patch that fixes the problem (608 bytes, patch)
2006-08-05 23:23 UTC, Øystein Gisnås
committed Details | Review

Description Øystein Gisnås 2006-08-05 23:17:28 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:
Comment 1 Øystein Gisnås 2006-08-05 23:23:37 UTC
Created attachment 70283 [details] [review]
Patch that fixes the problem

This patch has been used with success by Debian users since medio June.
Comment 2 Øystein Gisnås 2006-08-05 23:26:29 UTC
Please assign this bug to harish to get it into GNOME 2.16.
Comment 3 Srinivasa Ragavan 2006-08-22 17:52:02 UTC
Fixed to HEAD. Thanks.