Fix "allocator sizeof operand mismatch" warning
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 20:17:02 +0000 (16:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Aug 2015 22:06:23 +0000 (18:06 -0400)
commitf7c909f7b8813fb4287fb4a023fa4ea74bf4fe32
treef7e6a6d6df399dd40826003acb1bff6d46405614
parentabfab6f84484021fbdb4c53618b9bd5aed9a7608
Fix "allocator sizeof operand mismatch" warning

Addresses benign scan-build waring:
Result of 'realloc' is converted to a pointer of type 'char *',
which is incompatible with sizeof operand type 'char **'

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/enable_events.c
This page took 0.026908 seconds and 4 git commands to generate.