One place in the description referred to the parameter for
.deb/.ddeb files as "-D" as opposed to the correct "-U".
Signed-off-by: Andreas Ziegler
---
doc/debuginfod.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/debuginfod.8 b/doc/debuginfod.8
index c33a4b6b..1ba42cf6
If dwfl_begin fails we won't use the dwfl_fd descriptor we just dupped.
Make sure to close on dwfl_begin failure to avoid the leak.
Signed-off-by: Mark Wielaard
---
src/ChangeLog | 4
src/nm.c | 2 ++
2 files changed, 6 insertions(+)
diff --git a/src/ChangeLog b/src/ChangeLog
index 30
eu-unstrip might leak a string for each module found when using the -d
option. Make sure to free the output_file name when we are done with the
module.
Signed-off-by: Mark Wielaard
---
src/ChangeLog | 4
src/unstrip.c | 2 ++
2 files changed, 6 insertions(+)
diff --git a/src/ChangeLog b/sr
newfd is normally created by mkstemp given the original fd exists.
Otherwise it will created by open from arfname. In the second case
newfd might not get closed. Preventd this by always trying to close
it after errout.
Signed-off-by: Mark Wielaard
---
src/ChangeLog | 4
src/ar.c | 3 ++