video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
In pxa3xx_gcu_write, a count parameter of type size_t is passed to words of type int. Then, copy_from_user() may cause a heap overflow because it is used as the third argument of copy_from_user(). Signed-off-by:Hyunwoo Kim <imv4bel@gmail.com> Signed-off-by:
Helge Deller <deller@gmx.de>
Loading
-
mentioned in commit 3965b460
-
mentioned in commit 70462cef
-
mentioned in commit 806e5159
-
mentioned in commit 296447de
-
mentioned in commit d95fc266
-
mentioned in commit 55a29102
-
mentioned in commit 1d85f1fa
-
mentioned in commit 30979850
-
mentioned in commit 73796179
-
mentioned in commit 88d85e57
-
mentioned in commit 9e80464b
-
mentioned in commit 7f1d393f
-
mentioned in commit b7ae16d4
-
mentioned in commit 9cf3f714
-
mentioned in commit 82f300fb
-
mentioned in commit cf7cde99
-
mentioned in commit 42793161
-
mentioned in commit e6b82874
-
mentioned in commit 8bb753f2
Please sign in to comment