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 436836 - implicitly converted pointers will cause crashes on architectures where the size of a pointer is greater than the size of an integer
implicitly converted pointers will cause crashes on architectures where the s...
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.18.x
Other Linux
: Normal major
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-08 10:38 UTC by Loïc Minier
Modified: 2007-05-08 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix implicit pointer conversions (866 bytes, patch)
2007-05-08 10:39 UTC, Loïc Minier
none Details | Review

Description Loïc Minier 2007-05-08 10:38:28 UTC
Hi,

Dann Frazier reported in Debian bug http://bugs.debian.org/314692:
"""
Our build 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 `gnome_vfs_unescape_string_for_display' implicitly converted to pointer
at panel.c:523
Function `getenv' implicitly converted to pointer at clock.c:333

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

I'll attach his patch.

Bye,
Comment 1 Loïc Minier 2007-05-08 10:39:01 UTC
Created attachment 87795 [details] [review]
Fix implicit pointer conversions
Comment 2 Vincent Untz 2007-05-08 11:05:20 UTC
It's not needed in trunk.