gdbus-test-codegen: Allocate full integer space for uint16 properties
authorColin Walters <walters@verbum.org>
Mon, 20 Jun 2011 17:41:52 +0000 (13:41 -0400)
committerColin Walters <walters@verbum.org>
Mon, 20 Jun 2011 18:03:05 +0000 (14:03 -0400)
commitd54c65448cf7426d132f11c645a1cd9eec034c03
tree63d1288a43ce1b5c9e0075c56d061cc8638a2448
parent49fac943f37d16ade1b3fdd0f5b0ee479a74e440
gdbus-test-codegen: Allocate full integer space for uint16 properties

Because there is no G_TYPE_[U]INT16, we need to use integer types,
otherwise we'll end up overwriting memory (in this case on the stack).
gio/tests/gdbus-test-codegen.c