From: Francis Deslauriers Date: Wed, 13 Jan 2021 17:04:49 +0000 (-0500) Subject: Fix: lttng-sessiond: Taking sizeof of a pointer X-Git-Tag: v2.13.0-rc1~358 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=37f3c202d364b9a78c37db821c508ef3a6b1f711;hp=37f3c202d364b9a78c37db821c508ef3a6b1f711 Fix: lttng-sessiond: Taking sizeof of a pointer Reported by clang-tidy: bugprone-sizeof-expression: Suspicious usage of `sizeof(A*)` Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: Ie3069ad3d81d460646c71923f0f396cf18980540 ---