1
0
Fork 0
alistair23-linux/sound/synth/emux
Eric Sesterhenn d20cad602f [ALSA] NULL pointer dereference in sound/synth/emux/soundfont.c
this is about coverity id #100.
It seems the if statement is negated, since the else branch calls
remove_info() with sflist->currsf as a parameter where it gets
dereferenced.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2006-06-22 21:34:05 +02:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
emux.c [ALSA] emux - Move EXPORT_SYMBOL() to adjacent to each function 2006-06-22 21:33:00 +02:00
emux_effect.c [ALSA] Remove xxx_t typedefs: Emu-X synth 2006-01-03 12:18:14 +01:00
emux_hwdep.c [ALSA] Remove xxx_t typedefs: Emu-X synth 2006-01-03 12:18:14 +01:00
emux_nrpn.c [ALSA] Remove xxx_t typedefs: Emu-X synth 2006-01-03 12:18:14 +01:00
emux_oss.c [ALSA] semaphore -> mutex (driver part) 2006-03-22 10:24:57 +01:00
emux_proc.c [ALSA] Remove unneeded read/write_size fields in proc text ops 2006-06-22 21:33:09 +02:00
emux_seq.c [ALSA] add more sequencer port type information bits 2006-06-22 21:33:18 +02:00
emux_synth.c [ALSA] emux - Move EXPORT_SYMBOL() to adjacent to each function 2006-06-22 21:33:00 +02:00
emux_voice.h [ALSA] Remove xxx_t typedefs: Emu-X synth 2006-01-03 12:18:14 +01:00
soundfont.c [ALSA] NULL pointer dereference in sound/synth/emux/soundfont.c 2006-06-22 21:34:05 +02:00