1
0
Fork 0
alistair23-linux/sound/core/seq
Eugene Teo e64d2e3623 [ALSA] Fix seq_clientmgr dereferences before NULL check
Modules: ALSA sequencer

cptr->pool must be non-NULL there, so just the if (cptr->pool) is
superfluous. Thanks Takashi.

Signed-off-by: Eugene Teo <eugene.teo@eugeneteo.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2006-03-22 10:39:23 +01:00
..
instr [ALSA] Remove xxx_t typedefs: Instrument layer 2006-01-03 12:17:54 +01:00
oss [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
Makefile [ALSA] Fix dependency of GUS driver 2005-07-28 12:09:50 +02:00
seq.c [ALSA] seq: reorganize sequencer client numbers 2006-01-03 12:30:50 +01:00
seq_clientmgr.c [ALSA] Fix seq_clientmgr dereferences before NULL check 2006-03-22 10:39:23 +01:00
seq_clientmgr.h [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
seq_compat.c [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_device.c [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
seq_dummy.c [ALSA] seq: set client name in snd_seq_create_kernel_client() 2006-01-03 12:30:49 +01:00
seq_fifo.c [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_fifo.h [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_info.c [ALSA] Optimize for config without PROC_FS (seq and oss parts) 2006-01-03 12:30:05 +01:00
seq_info.h [ALSA] Optimize for config without PROC_FS (seq and oss parts) 2006-01-03 12:30:05 +01:00
seq_instr.c [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
seq_lock.c [ALSA] Fix schedule_timeout usage 2005-11-04 13:19:49 +01:00
seq_lock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_memory.c [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem 2006-01-09 15:59:24 -08:00
seq_memory.h [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_midi.c [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
seq_midi_emul.c [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_midi_event.c [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_ports.c [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
seq_ports.h [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_prioq.c [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_prioq.h [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_queue.c [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
seq_queue.h [ALSA] semaphore -> mutex (core part) 2006-03-22 10:24:50 +01:00
seq_system.c [ALSA] seq: set client name in snd_seq_create_kernel_client() 2006-01-03 12:30:49 +01:00
seq_system.h [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_timer.c [ALSA] Optimize for config without PROC_FS (seq and oss parts) 2006-01-03 12:30:05 +01:00
seq_timer.h [ALSA] Remove xxx_t typedefs: Sequencer 2006-01-03 12:17:52 +01:00
seq_virmidi.c [ALSA] Fix sleep in atomic in virmidi driver 2006-03-22 10:30:58 +01:00