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:40 +0000 (14:01 -0500)
commitfd6d7293979a52c464bff8e76f36a156fe680daf
tree44a9f6c40271912f1916770851d14af20035d32a
parent8960e9cd5adb7e5cdaece135530a457cd65324dc
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.026633 seconds and 5 git commands to generate.