netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: KASAN: use-after-free Write in __sco_sock_close
       [not found] <000000000000ab11c505abeb19f5@google.com>
@ 2020-08-03  0:49 ` syzbot
  2020-12-16  7:15 ` syzbot
  1 sibling, 0 replies; 3+ messages in thread
From: syzbot @ 2020-08-03  0:49 UTC (permalink / raw)
  To: coreteam, davem, devel, gregkh, johan.hedberg, kaber, kadlec,
	kuba, linux-bluetooth, linux-kernel, linux-media, marcel,
	mchehab, mchehab, netdev, netfilter-devel, pablo, syzkaller-bugs

syzbot has bisected this issue to:

commit 43ea43b9d8b27b7acd443ec59319faa3cdb8a616
Author: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Date:   Wed Oct 12 11:21:43 2016 +0000

    [media] radio-bcm2048: don't ignore errors

bisection log:  https://syzkaller.appspot.com/x/bisect.txt?x=1036e6a4900000
start commit:   ac3a0c84 Merge git://git.kernel.org/pub/scm/linux/kernel/g..
git tree:       upstream
final oops:     https://syzkaller.appspot.com/x/report.txt?x=1236e6a4900000
console output: https://syzkaller.appspot.com/x/log.txt?x=1436e6a4900000
kernel config:  https://syzkaller.appspot.com/x/.config?x=e59ee776d5aa8d55
dashboard link: https://syzkaller.appspot.com/bug?extid=077eca30d3cb7c02b273
syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=12cf1904900000
C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=10d52e14900000

Reported-by: syzbot+077eca30d3cb7c02b273@syzkaller.appspotmail.com
Fixes: 43ea43b9d8b2 ("[media] radio-bcm2048: don't ignore errors")

For information about bisection process see: https://goo.gl/tpsmEJ#bisection

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: KASAN: use-after-free Write in __sco_sock_close
       [not found] <000000000000ab11c505abeb19f5@google.com>
  2020-08-03  0:49 ` KASAN: use-after-free Write in __sco_sock_close syzbot
@ 2020-12-16  7:15 ` syzbot
  2020-12-17 11:07   ` Dmitry Vyukov
  1 sibling, 1 reply; 3+ messages in thread
From: syzbot @ 2020-12-16  7:15 UTC (permalink / raw)
  To: anmol.karan123, coreteam, davem, devel, foxhlchen, gregkh,
	johan.hedberg, kaber, kadlec, kuba, linux-bluetooth,
	linux-kernel, linux-media, marcel, mchehab, mchehab, netdev,
	netfilter-devel, pablo, syzkaller-bugs

syzbot suspects this issue was fixed by commit:

commit 6dfccd13db2ff2b709ef60a50163925d477549aa
Author: Anmol Karn <anmol.karan123@gmail.com>
Date:   Wed Sep 30 14:18:13 2020 +0000

    Bluetooth: Fix null pointer dereference in hci_event_packet()

bisection log:  https://syzkaller.appspot.com/x/bisect.txt?x=14cb845b500000
start commit:   47ec5303 Merge git://git.kernel.org/pub/scm/linux/kernel/g..
git tree:       upstream
kernel config:  https://syzkaller.appspot.com/x/.config?x=e0c783f658542f35
dashboard link: https://syzkaller.appspot.com/bug?extid=077eca30d3cb7c02b273
syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=165a89dc900000
C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=130a8c62900000

If the result looks correct, please mark the issue as fixed by replying with:

#syz fix: Bluetooth: Fix null pointer dereference in hci_event_packet()

For information about bisection process see: https://goo.gl/tpsmEJ#bisection

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: KASAN: use-after-free Write in __sco_sock_close
  2020-12-16  7:15 ` syzbot
@ 2020-12-17 11:07   ` Dmitry Vyukov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Vyukov @ 2020-12-17 11:07 UTC (permalink / raw)
  To: syzbot
  Cc: anmol.karan123, coreteam, David Miller,
	open list:ANDROID DRIVERS, Fox Chen, Greg Kroah-Hartman,
	Johan Hedberg, Patrick McHardy, Jozsef Kadlecsik, Jakub Kicinski,
	linux-bluetooth, LKML, linux-media, Marcel Holtmann,
	Mauro Carvalho Chehab, mchehab, netdev, NetFilter,
	Pablo Neira Ayuso, syzkaller-bugs

On Wed, Dec 16, 2020 at 8:15 AM syzbot
<syzbot+077eca30d3cb7c02b273@syzkaller.appspotmail.com> wrote:
>
> syzbot suspects this issue was fixed by commit:
>
> commit 6dfccd13db2ff2b709ef60a50163925d477549aa
> Author: Anmol Karn <anmol.karan123@gmail.com>
> Date:   Wed Sep 30 14:18:13 2020 +0000
>
>     Bluetooth: Fix null pointer dereference in hci_event_packet()
>
> bisection log:  https://syzkaller.appspot.com/x/bisect.txt?x=14cb845b500000
> start commit:   47ec5303 Merge git://git.kernel.org/pub/scm/linux/kernel/g..
> git tree:       upstream
> kernel config:  https://syzkaller.appspot.com/x/.config?x=e0c783f658542f35
> dashboard link: https://syzkaller.appspot.com/bug?extid=077eca30d3cb7c02b273
> syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=165a89dc900000
> C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=130a8c62900000
>
> If the result looks correct, please mark the issue as fixed by replying with:
>
> #syz fix: Bluetooth: Fix null pointer dereference in hci_event_packet()
>
> For information about bisection process see: https://goo.gl/tpsmEJ#bisection

#syz fix: Bluetooth: Fix null pointer dereference in hci_event_packet()

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-17 11:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000000000000ab11c505abeb19f5@google.com>
2020-08-03  0:49 ` KASAN: use-after-free Write in __sco_sock_close syzbot
2020-12-16  7:15 ` syzbot
2020-12-17 11:07   ` Dmitry Vyukov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).