Re: [Coder-Com] BUG in m_stats.c in 2.10.11
On Wed, Oct 09, 2002 at 12:14:03AM +0100, [EMAIL PROTECTED] wrote: > I'm assuming this trivial fix will nail it (but haven't tested of course). Update: tested, applied, deployed. splidge QuakeNet person
[Coder-Com] BUG in m_stats.c in 2.10.11
Hi all, I've found a bug in m_stats.c.. it puts the stats character the user asked for into a signed char value, which is bad news if it's a char with value > 127... (yes, some luser just cored our test server again) I'm assuming this trivial fix will nail it (but haven't tested of course). --