Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug in CCommand constructor that could append junk to the comma… #434

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TravisWehrman
Copy link

…nd string

  • Missed copying the null terminator
  • Since m_pArgSBuffer is not initialized this problem can occur when the (command string buffer length) + 1 char in m_pArgSBuffer array happens to be non-zero.

…nd string

* Missed copying the null terminator
* Since m_pArgSBuffer is not initialized this problem can occur when the (command string buffer length) + 1 char in m_pArgSBuffer array happens to be non-zero.
@SC1040-TS2
Copy link

…nd string

  • Missed copying the null terminator
  • Since m_pArgSBuffer is not initialized this problem can occur when the (command string buffer length) + 1 char in m_pArgSBuffer array happens to be non-zero.

Necroposter here. This also seems to affect the SP/src/tier1/convar.cpp as well. A programmer should have been pinged for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants