Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 125647
Collapse All | Expand All

(-)src/game/PlayerInfo.cxx.original (+6 lines)
Lines 108-113 Link Here
108
  buf = nboUnpackString(buf, email, EmailLen);
108
  buf = nboUnpackString(buf, email, EmailLen);
109
  buf = nboUnpackString(buf, token, TokenLen);
109
  buf = nboUnpackString(buf, token, TokenLen);
110
  buf = nboUnpackString(buf, clientVersion, VersionLen);
110
  buf = nboUnpackString(buf, clientVersion, VersionLen);
111
112
  // terminate the strings
113
  callSign[CallSignLen - 1] = '\0';
114
  email[EmailLen - 1] = '\0';
115
  token[TokenLen - 1] = '\0';
116
  clientVersion[VersionLen - 1] = '\0';
111
  cleanEMail();
117
  cleanEMail();
112
118
113
  DEBUG2("Player %s [%d] sent version string: %s\n",
119
  DEBUG2("Player %s [%d] sent version string: %s\n",

Return to bug 125647