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:16:02 +0000 (14:16 -0500)
commit33aaae1ca51f961133d86d686b62a00e80cb4def
tree75f21ca2e8898e62ff07ddaf12f31bb523705d59
parentaca0a945595775a0c6d953662a6f292992d962e8
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.c
This page took 0.025323 seconds and 4 git commands to generate.