Fix: Initialize fd field of struct lttng_ust_elf to -1 at allocation
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 14 Nov 2018 19:38:37 +0000 (14:38 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 22 Jan 2019 21:52:19 +0000 (16:52 -0500)
commit79f31cc67981523044f55ab9aae8d7d8b06e3122
tree014ee88df2b4a1491f6d5cdc8c5c7a9f102edb82
parent48c966deac7015bbc2b98a32dc05a5f4f9d267f5
Fix: Initialize fd field of struct lttng_ust_elf to -1 at allocation

In rare cases when the executable cannot be open, using a default value
of zero lead to invalid close call and fd tracker removal.

fixes #1171

Reported-by: Stefan Palade <stefan.palade@windriver.com>
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-elf.c
This page took 0.024368 seconds and 4 git commands to generate.