Re: [PATCH] isdn/gigaset: check endpoint null in gigaset_probe

2019-07-27 Thread Paul Bolle
Hi Phong, Phong Tran schreef op za 27-07-2019 om 08:56 [+0700]: > On 7/26/19 9:22 PM, Paul Bolle wrote: > > Phong Tran schreef op vr 26-07-2019 om 20:35 [+0700]: > > > diff --git a/drivers/isdn/gigaset/usb-gigaset.c > > > b/drivers/isdn/gigaset/usb-gigaset.c > > > index

Re: [PATCH] isdn/gigaset: check endpoint null in gigaset_probe

2019-07-26 Thread Phong Tran
On 7/26/19 9:22 PM, Paul Bolle wrote: Phong Tran schreef op vr 26-07-2019 om 20:35 [+0700]: This fixed the potential reference NULL pointer while using variable endpoint. Reported-by: syzbot+35b1c403a14f5c89e...@syzkaller.appspotmail.com Tested by syzbot:

Re: [PATCH] isdn/gigaset: check endpoint null in gigaset_probe

2019-07-26 Thread Paul Bolle
Phong Tran schreef op vr 26-07-2019 om 20:35 [+0700]: > This fixed the potential reference NULL pointer while using variable > endpoint. > > Reported-by: syzbot+35b1c403a14f5c89e...@syzkaller.appspotmail.com > Tested by syzbot: >

[PATCH] isdn/gigaset: check endpoint null in gigaset_probe

2019-07-26 Thread Phong Tran
This fixed the potential reference NULL pointer while using variable endpoint. Reported-by: syzbot+35b1c403a14f5c89e...@syzkaller.appspotmail.com Tested by syzbot: https://groups.google.com/d/msg/syzkaller-bugs/wnHG8eRNWEA/Qn2HhjNdBgAJ Signed-off-by: Phong Tran ---