Bug 4337 - Patch to fix tty console buffer overflow
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Linux
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2009-11-09 17:54 EST by John 'Rezyn' Ellis
Modified: 2009-11-09 21:18:22 EST
1 user (show)

See Also:


Attachments
Fix overflow in tty console buffer (897 bytes, patch)
2009-11-09 17:54 EST, John 'Rezyn' Ellis

Description John '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.
Comment 1 Thilo Schulz 2009-11-09 21:18:22 EST
fixed in r1750, thank you.