Revision 093d804611b9a38fe59753b37c29f840518406a9 authored by Ken Mills on 13 December 2010, 15:28:03 UTC, committed by Greg Kroah-Hartman on 16 December 2010, 21:03:13 UTC
gsm_data_alloc buffer allocation could fail and it is not being checked.

Add check for allocated buffer and return if the buffer allocation
fails.

Signed-off-by: Ken Mills <ken.k.mills@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: stable@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent be7a741
History
File Mode Size
Kconfig -rw-r--r-- 797 bytes
Makefile -rw-r--r-- 403 bytes
clockevents.c -rw-r--r-- 6.5 KB
clocksource.c -rw-r--r-- 25.4 KB
jiffies.c -rw-r--r-- 2.6 KB
ntp.c -rw-r--r-- 12.8 KB
tick-broadcast.c -rw-r--r-- 14.9 KB
tick-common.c -rw-r--r-- 9.4 KB
tick-internal.h -rw-r--r-- 4.4 KB
tick-oneshot.c -rw-r--r-- 4.5 KB
tick-sched.c -rw-r--r-- 21.9 KB
timecompare.c -rw-r--r-- 4.9 KB
timeconv.c -rw-r--r-- 3.5 KB
timekeeping.c -rw-r--r-- 22.9 KB
timer_list.c -rw-r--r-- 7.4 KB
timer_stats.c -rw-r--r-- 9.9 KB

back to top