Skip to content

feat(core): message overflow protection#38

Merged
Rushaway merged 2 commits intomasterfrom
Rushaway-patch-1
Feb 23, 2026
Merged

feat(core): message overflow protection#38
Rushaway merged 2 commits intomasterfrom
Rushaway-patch-1

Conversation

@Rushaway
Copy link
Member

Added overflow protection for message length

Added overflow protection for message length
Copilot AI review requested due to automatic review settings February 23, 2026 14:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a guard to prevent overly long console chat messages from being sent to clients (to avoid SayText2/message-length overflow issues) in the ConsoleChatManager SourceMod plugin.

Changes:

  • Introduced a SayText2 length constant and added a pre-send overflow check in SendServerMessage.
  • Bumped plugin version to 2.4.6.

@Rushaway Rushaway merged commit 8ee4ad6 into master Feb 23, 2026
6 checks passed
@Rushaway Rushaway deleted the Rushaway-patch-1 branch February 23, 2026 14:47
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