metadata: allow NULL pointers in kdbus_meta_append_data()
authorDaniel Mack <zonque@gmail.com>
Fri, 15 Aug 2014 17:46:10 +0000 (19:46 +0200)
committerDaniel Mack <zonque@gmail.com>
Fri, 15 Aug 2014 20:11:03 +0000 (22:11 +0200)
commit5ce601fbfea4a2991ab9c50604e2e9b41fac07e2
tree4d4de790ee0af137261e27dedf5d2b7fb533961e
parentbbbe6f8d8920ab3f2560de3a21190fa0f2fc1182
metadata: allow NULL pointers in kdbus_meta_append_data()

Allow NULL pointers to be passed as data argument to
kdbus_meta_append_data(), so users can use the function to only make space
in the metadata without actually copying any payload.
metadata.c