Fix handling GVariant byte array
authorsaerome kim <saerome.kim@samsung.com>
Tue, 31 Jan 2017 03:43:46 +0000 (12:43 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 11 May 2017 09:07:19 +0000 (18:07 +0900)
commit08a1c128a8e03bc9a87e49dec836c4b1346263de
tree9d9cb0d64a93c1e4bb15aa498a5e3e99fa14524d
parentcab1145a0db2b0ff8e197892c84b58e64dfc13db
Fix handling GVariant byte array

- GDbus XML codegen replaces 'ay' variant
  (written XML introspection file)
  into '^ay' variant.
- If there is '0x0' inside of byte array,
  array would be broken. (it acts as a null terminator)

Change-Id: I13eb4e38733eb7ef1c610a11855eef950340b1cb
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
lib/zbl-dbus.c