securecrt 73aff24078 msm: kgsl: fix size checking in adreno_find_region
This function is supposed to return the memdesc that
contains the range gpuaddr to gpuaddr + size. One of the
lookups was using sizeof(unsigned int) instead of size,
which could cause false positive results from this function
and possibly kernel panics in the snapshot or postmortem
code, which rely on it to do bounds checking for them.
2012-06-20 12:39:35 +08:00
..
2012-05-01 14:50:48 +08:00
2011-02-17 21:13:21 +08:00
2012-05-14 01:49:10 +05:30
2012-06-02 15:33:41 +08:00
2010-09-04 18:24:14 +02:00
2011-03-25 23:15:05 +08:00
2012-05-04 00:38:00 +08:00