Re: [PATCH 2/3] can-host-socketcan: Fix crash when 'if' option is not set

2020-10-12 Thread Vikram Garhwal
On Thu, Oct 08, 2020 at 04:27:12PM -0400, Eduardo Habkost wrote: > Fix the following crash: > > $ qemu-system-x86_64 -object can-host-socketcan,id=obj0 > Segmentation fault (core dumped) > > Signed-off-by: Eduardo Habkost Reviewed-by: Vikram Garhwal > --- > Cc: Pavel Pisa > Cc: Vikram Garhwa

Re: [PATCH 2/3] can-host-socketcan: Fix crash when 'if' option is not set

2020-10-09 Thread Li Qiang
Eduardo Habkost 于2020年10月9日周五 上午4:31写道: > > Fix the following crash: > > $ qemu-system-x86_64 -object can-host-socketcan,id=obj0 > Segmentation fault (core dumped) > > Signed-off-by: Eduardo Habkost Reviewed-by: Li Qiang > --- > Cc: Pavel Pisa > Cc: Vikram Garhwal > Cc: Jason Wang > Cc:

Re: [PATCH 2/3] can-host-socketcan: Fix crash when 'if' option is not set

2020-10-08 Thread Pavel Pisa
Thanks for catching missing test On Thursday 08 of October 2020 22:27:12 Eduardo Habkost wrote: > Fix the following crash: > > $ qemu-system-x86_64 -object can-host-socketcan,id=obj0 > Segmentation fault (core dumped) > > Signed-off-by: Eduardo Habkost > --- > Cc: Pavel Pisa > Cc: Vikram Gar

[PATCH 2/3] can-host-socketcan: Fix crash when 'if' option is not set

2020-10-08 Thread Eduardo Habkost
Fix the following crash: $ qemu-system-x86_64 -object can-host-socketcan,id=obj0 Segmentation fault (core dumped) Signed-off-by: Eduardo Habkost --- Cc: Pavel Pisa Cc: Vikram Garhwal Cc: Jason Wang Cc: qemu-devel@nongnu.org --- net/can/can_socketcan.c | 5 + 1 file changed, 5 inserti