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>
Wed, 16 Mar 2022 15:55:11 +0000 (11:55 -0400)
commit4ab5469cb4922334d1cd537fa064935472b470a7
treed39ed6e53eeee1142c75883d8c2f62417486bf6f
parent2d6df81a3d233d7aaf34b874087555e72b105877
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.cpp
This page took 0.024439 seconds and 4 git commands to generate.