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

fix #2063 #2064

Merged
merged 2 commits into from
May 23, 2023
Merged

fix #2063 #2064

merged 2 commits into from
May 23, 2023

Conversation

slingamn
Copy link
Member

In #2058 we introduced two bugs:

  • A nil dereference when an outside user attempts to speak
  • Ordinary copy of a modes.ModeSet (which should only be accessed via atomics)

This fixes both issues.

In ergochat#2058 we introduced two bugs:

* A nil dereference when an outside user attempts to speak
* Ordinary copy of a modes.ModeSet (which should only be accessed via atomics)

This fixes both issues.
@slingamn slingamn added this to the v2.12.0 milestone May 22, 2023
@slingamn slingamn linked an issue May 22, 2023 that may be closed by this pull request
@slingamn slingamn merged commit bf33fba into ergochat:master May 23, 2023
1 check passed
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.

nil dereference in CanSpeak
1 participant