From: Jérémie Galarneau Date: Sun, 15 Sep 2019 17:19:22 +0000 (-0400) Subject: sessiond: fix: possible unaligned access in packed structure X-Git-Tag: v2.12.0-rc1~377 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=df4f5a87a21110a5f9447bcfd7ffeb25098a5fd4;hp=df4f5a87a21110a5f9447bcfd7ffeb25098a5fd4;p=lttng-tools.git sessiond: fix: possible unaligned access in packed structure A number of (potentially) unaligned pointers are used in client command handlers to pass command parameters to other internal functions. Fixing those forces a number of const-correctness changes where contexts are passed as arguments. Signed-off-by: Jérémie Galarneau ---