From: Jérémie Galarneau Date: Mon, 25 Nov 2019 19:37:38 +0000 (-0500) Subject: Fix: fd-tracker: crash on close of partially initialized handle X-Git-Tag: v2.12.0-rc1~219 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=660a216c836c22975eeb39fe975a41f325984c4b;hp=660a216c836c22975eeb39fe975a41f325984c4b Fix: fd-tracker: crash on close of partially initialized handle A number of internal functions are used in the error path of the creation of an fs_handle. Since the fs_handle is partially initialized, those functions need to be adapted to handle cases where internal members are NULL. Signed-off-by: Jérémie Galarneau ---