On 4 September 2012 21:14, Stefan Weil <s...@weilnetz.de> 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>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM