On 23/03/2018 21:50, Eric Blake wrote: > On 03/22/2018 11:12 AM, Laurent Vivier wrote: >> Re-run Coccinelle patch >> scripts/coccinelle/error_propagate_null.cocci >> >> Signed-off-by: Laurent Vivier <lviv...@redhat.com> >> --- >> io/channel-websock.c | 4 +--- >> 1 file changed, 1 insertion(+), 3 deletions(-) >> > > Misses an offender in numa.c, why? > > https://lists.gnu.org/archive/html/qemu-devel/2018-03/msg06382.html >
No, error_report_err() doesn't check if err is NULL, we must check before calling it. Thanks, Laurent