[Bug 3313] recursive color escape codes

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Sun Mar 30 14:43:04 EDT 2008


http://bugzilla.icculus.org/show_bug.cgi?id=3313





------- Comment #5 from devhc97 at gmail.com  2008-03-30 14:43 EDT -------
Created an attachment (id=1715)
 --> (http://bugzilla.icculus.org/attachment.cgi?id=1715&action=view)
ClientCleanName() rewrite

Ok let's get back to this bug. The actual bug differs from what I've written.

ClientCleanName() disallows black color, and leading or >3 consecutive spaces.
(Although I disagree. What's wrong with black?) The problem is in the way
ClientCleanName() handles color codes. For example, an often used convention: a
name like "x^^0w" will have black after cleaning. Also, there's a buffer
overflow possibility when handling a long name ending with spaces! Thus, a
function rewrite: ^0 are turned into ^7, buffer safe, etc.


-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the quake3-bugzilla mailing list