staging: ti dspbridge: avoid possible NULL dereference panic
authorErnesto Ramos <ernesto@ti.com>
Wed, 28 Jul 2010 16:50:36 +0000 (11:50 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 Aug 2010 00:11:00 +0000 (17:11 -0700)
When dsp_notifications array is received from user,
dspbridge verifies the array has valid pointers
and dsp_notification structures. However, these
structures contain pointers that need to be
checked for valid handles.

Signed-off-by: Ernesto Ramos <ernesto@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found