On Tue, Sep 04, 2012 at 10:14:19PM +0200, Stefan Weil wrote: > Report from smatch: > > linux-user/syscall.c:3632 do_ioctl_dm(220) info: > redundant null check on big_buf calling free() > > 'big_buf' was allocated by g_malloc0, therefore free was also > replaced by g_free. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > linux-user/syscall.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan