All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]        Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in sbusfb_ioctl_helper().
@ 2018-01-30 20:30 Peter Malone
  2018-01-31  8:33   ` Mathieu Malaterre
  2018-01-31 14:57 ` [PATCH v2] " Peter Malone
  0 siblings, 2 replies; 11+ messages in thread
From: Peter Malone @ 2018-01-30 20:30 UTC (permalink / raw)
  To: linux-fbdev

Signed-off-by: Peter Malone <peter.malone@gmail.com>
---
 drivers/video/fbdev/sbuslib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/fbdev/sbuslib.c b/drivers/video/fbdev/sbuslib.c
index af6fc97f4ba4..a436d44f1b7f 100644
--- a/drivers/video/fbdev/sbuslib.c
+++ b/drivers/video/fbdev/sbuslib.c
@@ -122,7 +122,7 @@ int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg,
 		unsigned char __user *ured;
 		unsigned char __user *ugreen;
 		unsigned char __user *ublue;
-		int index, count, i;
+		unsigned int index, count, i;
 
 		if (get_user(index, &c->index) ||
 		    __get_user(count, &c->count) ||
@@ -161,7 +161,7 @@ int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg,
 		unsigned char __user *ugreen;
 		unsigned char __user *ublue;
 		struct fb_cmap *cmap = &info->cmap;
-		int index, count, i;
+		unsigned int index, count, i;
 		u8 red, green, blue;
 
 		if (get_user(index, &c->index) ||
-- 
2.14.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-03-07 13:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30 20:30 [PATCH] Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in sbusfb_ioctl_helper() Peter Malone
2018-01-31  8:33 ` Mathieu Malaterre
2018-01-31  8:33   ` Mathieu Malaterre
2018-01-31 14:57 ` [PATCH v2] " Peter Malone
2018-01-31 15:49   ` Mathieu Malaterre
2018-01-31 15:49     ` Mathieu Malaterre
2018-02-04 14:12     ` Peter Malone
2018-02-04 14:18     ` Peter Malone
2018-02-04 14:18       ` Peter Malone
2018-03-07 13:03       ` Bartlomiej Zolnierkiewicz
2018-03-07 13:03         ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.