Files
ubports_kernel_google_msm/sound/pci
Julia Lawall a0fd4345f9 ALSA: echoaudio - Eliminate use after free
Use the call to snd_card_free in the error handling code at the end of the
function, as in the other error cases.

A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
expression E,E2;
@@

snd_card_free(E)
...
(
  E = E2
|
* E
)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2010-04-04 12:21:42 +02:00
..
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-18 08:12:30 +01:00
2010-03-17 09:01:38 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-03-03 22:39:31 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-01-18 16:38:41 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00
2010-02-09 11:08:33 +01:00