Ensure ChannelInfo mutex taken - #3930
Conversation
1fed382 to
75379ef
Compare
|
🤖 AI: Confirmed against the reported crash. Under AddressSanitizer the reproducer — repeated short-lived connections to a server started with One residual on the same field: - bool bIsIdentified;
+ std::atomic<bool> bIsIdentified; |
75379ef to
5ed0004
Compare
softins
left a comment
There was a problem hiding this comment.
I don't currently have time to build or test, but I've studied the changes and they look good to me.
Short description of changes
Addresses a missing Mutex issue.
CHANGELOG: SKIP
Context: Fixes an issue?
Reported server crash bug.
Does this change need documentation? What needs to be documented and how?
No
Status of this Pull Request
Needs fix verified by reporter.
What is missing until this pull request can be merged?
Review and testing.
Checklist