patch-2.4.7 linux/drivers/char/drm/bufs.c

Next file: linux/drivers/char/drm/i810_bufs.c
Previous file: linux/drivers/char/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/drivers/char/drm/bufs.c linux/drivers/char/drm/bufs.c
@@ -202,6 +202,12 @@
 		return -ENOMEM;	/* May only call once for each order */
 	}
 	
+	if(count < 0 || count > 4096)
+	{
+		up(&dev->struct_sem);
+		return -EINVAL;
+	}
+	
 	entry->buflist = drm_alloc(count * sizeof(*entry->buflist),
 				   DRM_MEM_BUFS);
 	if (!entry->buflist) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)