Fix: string might be uninitialized
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 4 Feb 2020 21:03:40 +0000 (16:03 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Feb 2020 21:01:20 +0000 (16:01 -0500)
commitaf5f74ff58c7d766e2b1a0a5993cbd5b8a730d3d
tree6ea57dab1740b7dfa2a4e9e4f1107917a58efd12
parent4cb1ed0d7df6a720f674a53f00eaa92afa581f72
Fix: string might be uninitialized

lttng_dynamic_appen_buffer accepts NULL buf as long as len is zero when
called. This is the case for when the id is a numeric value.

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