Re: [Qemu-devel] [PATCH] elf-loader: Add missing error handling for call of lseek

2015-03-19 Thread Michael Tokarev
Applied to trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] elf-loader: Add missing error handling for call of lseek

2015-03-16 Thread Thomas Huth
On Sat, 14 Mar 2015 16:42:01 +0100 Stefan Weil wrote: > This fixes a warning from Coverity. > > Signed-off-by: Stefan Weil > --- > include/hw/elf_ops.h |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/hw/elf_ops.h b/include/hw/elf_ops.h > index 16a627b..b

[Qemu-devel] [PATCH] elf-loader: Add missing error handling for call of lseek

2015-03-14 Thread Stefan Weil
This fixes a warning from Coverity. Signed-off-by: Stefan Weil --- include/hw/elf_ops.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/hw/elf_ops.h b/include/hw/elf_ops.h index 16a627b..bd71968 100644 --- a/include/hw/elf_ops.h +++ b/include/hw/elf_ops.h @@ -31