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>
Mon, 2 May 2016 20:27:58 +0000 (16:27 -0400)
commitd460dc7fa7af51a10b47243250b9bf92824b07c4
tree830301633b53cee5d3f3206215410fab25c2c243
parentd6d3f4e8971f1a8729a289b0abef6dccd397cc17
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.024208 seconds and 4 git commands to generate.