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 109799 - bad structure access in ORBit 0.5.17
bad structure access in ORBit 0.5.17
Status: RESOLVED FIXED
Product: ORBit
Classification: Deprecated
Component: general
0.5
Other Linux
: Normal normal
: ---
Assigned To: ORBit maintainers
ORBit maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-02 17:24 UTC by Matt Wilson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes for not taking alignment into account for some accesses (2.92 KB, patch)
2003-04-02 17:25 UTC, Matt Wilson
none Details | Review

Description Matt Wilson 2003-04-02 17:24:34 UTC
On some platforms (IA64, AMD64), structure padding for alignment
requires adjustments when accessing structure members.  Attached is a
patch to fix crashes due to reading structures incorrectly, especially
for CORBA_tk_struct.
Comment 1 Matt Wilson 2003-04-02 17:25:11 UTC
Created attachment 15396 [details] [review]
fixes for not taking alignment into account for some accesses
Comment 2 Michael Meeks 2003-04-07 12:26:52 UTC
Committed; thanks.