From: Jonathan Rajotte Date: Tue, 28 Jul 2020 14:22:28 +0000 (-0400) Subject: Fix: common: unchecked return value X-Git-Tag: v2.13.0-rc1~558 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=035cc184d874059a4155c86edd3f5d807886edd2;hp=035cc184d874059a4155c86edd3f5d807886edd2 Fix: common: unchecked return value From Coverity: CID 1431050 (#1 of 1): Unchecked return value (CHECKED_RETURN) 1. check_return: Calling lttng_dynamic_buffer_set_size without checking return value (as is done elsewhere 32 out of 40 times). Solution ======== Since we are inside a the clear operation for the payload, ignore the return value. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I45c1054de7252aab4b77f330102ff4f489f20a6d ---