Fix: lttng-ctl: uninitialized pointer read
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 1 Mar 2022 14:09:04 +0000 (09:09 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Mar 2022 19:12:09 +0000 (14:12 -0500)
commit821a8b53753b1d39932ae8e208cb5d3e675a760d
tree6c9a958c810e3412b2e5cb3ed8ece53b652b8ac1
parent238312393a8fad75330639148e42e5c3662ebb93
Fix: lttng-ctl: uninitialized pointer read

Reported by Coverity:

    CID 1475822: Uninitialized pointer read (UNINIT)
    Using uninitialized value reply._fd_handles.array.size when calling lttng_payload_reset.

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