chiark / gitweb /
sd-bus: fix invalid stack access on test-bus-marshal
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 16 Jul 2015 12:57:59 +0000 (14:57 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:06:20 +0000 (10:06 +0100)
Make sure we actually parse "unsigned long long" if we encode a uint64_t.
Otherwise, we will get random data from the stack.


No differences found