Re: [PATCH] linux-user: fix missing break

2019-11-12 Thread Laurent Vivier
Le 12/11/2019 à 11:50, Laurent Vivier a écrit : > Reported by Coverity (CID 1407221) > Fixes: a2d866827bd8 ("linux-user: Support for NETLINK socket options") > cc: Josh Kunz > Signed-off-by: Laurent Vivier > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lin

Re: [PATCH] linux-user: fix missing break

2019-11-12 Thread Philippe Mathieu-Daudé
On 11/12/19 11:50 AM, Laurent Vivier wrote: Reported by Coverity (CID 1407221) Fixes: a2d866827bd8 ("linux-user: Support for NETLINK socket options") cc: Josh Kunz Signed-off-by: Laurent Vivier --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c

[PATCH] linux-user: fix missing break

2019-11-12 Thread Laurent Vivier
Reported by Coverity (CID 1407221) Fixes: a2d866827bd8 ("linux-user: Support for NETLINK socket options") cc: Josh Kunz Signed-off-by: Laurent Vivier --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index ab9d933e53af..4e97b