Fix: event: unchecked return value for lttng_strncpy
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 2 Mar 2022 15:50:16 +0000 (10:50 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Mar 2022 16:02:10 +0000 (11:02 -0500)
commit531e96a7eef1d108abf83c6df5429c0ae82d32ca
treeb2d5373ea888909fb36ced4414d8f59fcd210012
parent8899bce153ac7c5efc24d55ff69fe8ddab35463b
Fix: event: unchecked return value for lttng_strncpy

Reported by Coverity:

  CID 1475806: Unchecked return value (CHECKED_RETURN)
  Calling lttng_strncpy without checking return value.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ib2b16bef61bcc24fea381c18fd8f914e9a84a6e7
src/common/event.cpp
This page took 0.025852 seconds and 4 git commands to generate.