Fix: sessiond: ust-app: uninitialized name logged on stream copy failure
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 16 Mar 2022 21:35:43 +0000 (17:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 Mar 2022 17:36:01 +0000 (13:36 -0400)
commit491d2debe289342cdf8949c4d829a42e58f87d2d
tree2025a68a6e595fb7849c70b8129ff0eaf0000e0f
parenta511b2591727bc36a264591431a632abc3026d4e
Fix: sessiond: ust-app: uninitialized name logged on stream copy failure

1466302 Uninitialized scalar variable
The variable will contain an arbitrary value left from earlier computations.

In send_channel_uid_to_ust(buffer_reg_channel *, ust_app *, ust_app_session *, ust_app_channel *): Use of an uninitialized variable (CWE-457)

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Icd38de3b67dab783fa26a721c68c48ebfbb59785
src/bin/lttng-sessiond/ust-app.c
This page took 0.024954 seconds and 4 git commands to generate.