diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2007-07-17 04:05:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 10:23:12 -0700 |
commit | a66ad56eb2c9644717da4d7f05f971d6786145e3 (patch) | |
tree | f4cb903d8f7174c727d0b4e64331cb9b1f1a65f8 /drivers/video/q40fb.c | |
parent | 02c2c209c26ca452b2e688cdb0cb6bb4bc7cdf7f (diff) | |
download | talos-op-linux-a66ad56eb2c9644717da4d7f05f971d6786145e3.tar.gz talos-op-linux-a66ad56eb2c9644717da4d7f05f971d6786145e3.zip |
pvr2fb: fix pseudo_palette array overrun and typecast
- the pseudo_palette has only 16 elements. Do not write if regno (the array
index) is more than 15.
- if using generic drawing libraries, the typecast of pseudo_palette is
always u32 *
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/q40fb.c')
0 files changed, 0 insertions, 0 deletions