google-code-export / p-g-qvm

Automatically exported from code.google.com/p/p-g-qvm
Other
1 stars 0 forks source link

Fix for overruns when using / commands in chat with only spaces as argument #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attach patch fixes actual cause of old bug where using "  " in chat
revealed last message.

Fixes possible run past end of string in G_Sayxxx functions which could
also have led to crash, just luck that it never does.

Issue #92 (channel commands in chat) depends on this bug to be fixed, to
work correctly.

Original issue reported on code.google.com by Rez...@gmail.com on 12 Apr 2008 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Paradox460 on 27 Apr 2008 at 12:31