From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [alsa-devel] sound: use-after-free in snd_seq_deliver_single_event Date: Mon, 01 Feb 2016 13:03:16 +0100 Message-ID: References: <20160201111625.GB4455@sirena.org.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Dmitry Vyukov Cc: Mark Brown , alsa-devel@alsa-project.org, LKML , Takashi Sakamoto , Kostya Serebryany , syzkaller , Alexander Potapenko , Sasha Levin List-Id: alsa-devel@alsa-project.org On Mon, 01 Feb 2016 12:22:18 +0100, Dmitry Vyukov wrote: > > On Mon, Feb 1, 2016 at 12:16 PM, Mark Brown wrote: > > On Mon, Feb 01, 2016 at 11:26:57AM +0100, Dmitry Vyukov wrote: > > > >> The following program triggers use-after-free in > >> snd_seq_deliver_single_event (run in a tight parallel loop): > > > > I'm not sure how you're working out who to send these to but all these > > reports you've been sending have been for ALSA core which I rarely look > > at closely, I mostly look at ASoC. Might be worth looking into so > > people don't start zoning out things that look like misdirected stuff > > (I just noticed myself doing that with this). > > > I am using scripts/get_maintainer.pl -f the involved files. If it > produces wrong results, please update MAINTAINERS. Well, MAINTAINERS file points that Mark is responsible for sound/soc/*, but not for sound/* in general. Takashi