From: Jérémie Galarneau Date: Tue, 12 Jan 2021 22:08:56 +0000 (-0500) Subject: Fix: sessiond: event name truncation during listing X-Git-Tag: v2.13.0-rc1~376 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=43ed148559609eba941bb3dffa35bff67341e64d;hp=43ed148559609eba941bb3dffa35bff67341e64d;p=lttng-tools.git Fix: sessiond: event name truncation during listing The use of strncpy can lead to silently-truncated event names. Replace its use by the internal lttng_strncpy which fails on truncation. Signed-off-by: Jérémie Galarneau Change-Id: I65d6bd46208dc7b62a83e4600a52a6669fd99d55 ---