lkml.org 
[lkml]   [2005]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.2]drivers/char/console.c: check if caller is proprietary of the current console

This patch adds a verification that the calling process is writing to the
current console, in the DEC alignment screen test.

Signed-off-by: Emmanuel Colbus <emmanuel.colbus@ensimag.imag.fr>

---

This patch was already sent on:
- 04 Jan 2005

--- old/drivers/char/console.c Mon Sep 16 18:26:11 2002
+++ patched/drivers/char/console.c Tue Jan 4 09:54:58 2005
@@ -1742,7 +1742,7 @@
csi_J(currcons, 2);
video_erase_char =
(video_erase_char & 0xff00) | ' ';
- do_update_region(currcons, origin, screenbuf_size/2);
+ update_region(currcons, origin, screenbuf_size/2);
}
return;
case ESsetG0:



--
Emmanuel Colbus
Club Gnu/LInux
ENSIMAG - Departement telecoms

-------------------------------------------------
envoyé via Webmail/IMAG !
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-04-06 13:31    [W:0.137 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site