DescriptionJohn 'Rezyn' Ellis
2009-11-09 17:54:48 EST
Created attachment 2198[details]
Fix overflow in tty console buffer
The tty console does not guard against entering more characters than the
console buffer can hold. Doing so results in an eventual crash.
Attached patch is a proposed fix.
Created attachment 2198 [details] Fix overflow in tty console buffer The tty console does not guard against entering more characters than the console buffer can hold. Doing so results in an eventual crash. Attached patch is a proposed fix.