GNOME Bugzilla – Bug 109799
bad structure access in ORBit 0.5.17
Last modified: 2004-12-22 21:47:04 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.
Created attachment 15396 [details] [review] fixes for not taking alignment into account for some accesses
Committed; thanks.