Fix: validate that session, host and basepath are legal
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 30 Aug 2019 22:10:56 +0000 (18:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 00:00:57 +0000 (20:00 -0400)
commit590f0324d6dfd382f79229a7934fa8b5b661641f
tree497bae48bfb9cc70b057938247b43845bee0e017
parent6fa5fe7cc78bea0b0bba154a0f911d3df530e18f
Fix: validate that session, host and basepath are legal

Ensure that session name, hostname and the session's base path
do not contain dots ('.') to safeguard against malformed names
that could be used to walk-up the relay daemon output path
hierarchy.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/session.c
This page took 0.025725 seconds and 4 git commands to generate.