Fix: Don't dispatch uninitialized hash tables to the ht_cleanup thread
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 Nov 2013 20:30:08 +0000 (15:30 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 11 Nov 2013 20:44:51 +0000 (15:44 -0500)
commite7e84b727ee41e05f67e9002e1bfdbe411c2c62a
tree6c518900c04191b416fe938ba70cd2f1964649b8
parentaeb162609d6ef1f16ec0e818d3750eb6dfff8b30
Fix: Don't dispatch uninitialized hash tables to the ht_cleanup thread

Some error-handling code paths may call ht_cleanup_push() with NULL hash
tables which will crash the clean-up thread.

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