Fix: sessiond: event name length check is too strict
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 16 Mar 2022 15:55:08 +0000 (11:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 Mar 2022 17:25:15 +0000 (13:25 -0400)
commitcf771fa9335f4b9a9b4ddf8bca2da155de5283a1
tree00bd7e8a17615c2c648abf4d3ad6c92dcd1154a7
parent004e1d13c2df939c3f7cd51fbbc89f422864bf4c
Fix: sessiond: event name length check is too strict

A truncation check when initializing an event from an event rule limits
the name to one less character than is supposed to be allowed.

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