“eecd6e5705fdea75c354559339a2b1f22ec400a0”上不存在“drivers/net/wireless/iwlwifi/iwl-agn-rs.c”
提交 6ae9200f 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

enlarge console.name

console.name[] is eight chars, but so is "earlyvga".  So when we try to print
console->name when using earlyvga it runs off the end of the string.

Make it bigger.
Diagnosed-by: NGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 19c5d45a
...@@ -92,9 +92,8 @@ void give_up_console(const struct consw *sw); ...@@ -92,9 +92,8 @@ void give_up_console(const struct consw *sw);
#define CON_BOOT (8) #define CON_BOOT (8)
#define CON_ANYTIME (16) /* Safe to call when cpu is offline */ #define CON_ANYTIME (16) /* Safe to call when cpu is offline */
struct console struct console {
{ char name[16];
char name[8];
void (*write)(struct console *, const char *, unsigned); void (*write)(struct console *, const char *, unsigned);
int (*read)(struct console *, char *, unsigned); int (*read)(struct console *, char *, unsigned);
struct tty_driver *(*device)(struct console *, int *); struct tty_driver *(*device)(struct console *, int *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册