Fix: fd-tracker: crash on close of partially initialized handle
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 25 Nov 2019 19:37:38 +0000 (14:37 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 25 Nov 2019 19:37:38 +0000 (14:37 -0500)
commit660a216c836c22975eeb39fe975a41f325984c4b
tree0e28d6c2a7693e2845aa7f5603abdfc8301ce0c7
parentf0faf175a352cdd874e7b24ce76d0d941f5ba720
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 <jeremie.galarneau@efficios.com>
src/common/fd-tracker/fd-tracker.c
This page took 0.026415 seconds and 5 git commands to generate.