Fix: potential close() of uninitialized elf_fd
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 2 May 2016 20:27:58 +0000 (16:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 May 2016 19:42:43 +0000 (15:42 -0400)
commitbfadaf1262452a3f84ab5d6ea8350235b0e99a2c
treed8059b47e1e92e5391f0c56ddd43a6596cc25b6f
parent15e220d0fe11ab0b103645443574366de97862b7
Fix: potential close() of uninitialized elf_fd

elf_fd is uninitialized whenever bin is NULL.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/bin-info.c
This page took 0.024338 seconds and 4 git commands to generate.