]> Git Repo - linux.git/commit
enlarge console.name
authorAndrew Morton <[email protected]>
Tue, 8 May 2007 07:26:47 +0000 (00:26 -0700)
committerLinus Torvalds <[email protected]>
Tue, 8 May 2007 18:15:04 +0000 (11:15 -0700)
commit6ae9200f2cab7b328e505fc9a7021db64e0590cf
treef3516ed394d6439f22d669329b4f47a0751e1f84
parent19c5d45a09312ca20cd1f9df3fd1a87fe0cb8aac
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: Gerd Hoffmann <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/console.h
This page took 0.042111 seconds and 4 git commands to generate.