Bugzilla – Attachment 66061 Details for
Bug 141121
bzflag remote dos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
proposed patch
bzflag-remote-dos.patch (text/plain), 474 bytes, created by
Hendrik Vogelsang
on 2006-02-01 17:48:45 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Hendrik Vogelsang
Created:
2006-02-01 17:48:45 UTC
Size:
474 bytes
patch
obsolete
>--- src/game/PlayerInfo.cxx >+++ src/game/PlayerInfo.cxx >@@ -108,6 +108,12 @@ > buf = nboUnpackString(buf, email, EmailLen); > buf = nboUnpackString(buf, token, TokenLen); > buf = nboUnpackString(buf, clientVersion, VersionLen); >+ >+ // terminate the strings >+ callSign[CallSignLen - 1] = '\0'; >+ email[EmailLen - 1] = '\0'; >+ token[TokenLen - 1] = '\0'; >+ clientVersion[VersionLen - 1] = '\0'; > cleanEMail(); > > DEBUG2("Player %s [%d] sent version string: %s\n",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 141121
: 66061