Fix: Unchecked session pointer when destroying a connection in relayd
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 4 Mar 2014 18:45:17 +0000 (13:45 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 4 Mar 2014 19:01:50 +0000 (14:01 -0500)
commit23c1fab9b8c518358433f10e15390503654b24fe
treee691c65f4fee77172d34ff0889755a0e57cc8881
parent8e3234eea2d81f8a962214c570532f8e096a9a8d
Fix: Unchecked session pointer when destroying a connection in relayd

An unknown command currently crashes the relay daemon since
destroy_connection calls destroy_session without checking whether or not
a session is associated with the connection.

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