Skip to content
Commit 266d3771 authored by David Malcolm's avatar David Malcolm Committed by Martin Pitt
Browse files

Fix unmarshalling of gssize

Do not assume that the v_int union member always corresponds to a gssize. This
is not true on big-endian 64 bit machines like ppc64, so add a new
gi_argument_to_gssize() and use it properly.

https://bugzilla.gnome.org/show_bug.cgi?id=680693
https://bugzilla.redhat.com/show_bug.cgi?id=842880
parent 1c5d497d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment