Skip to content

PollHandler: Ensure that m_pollStartEvent is always initialized to null

Joshua Goins requested to merge work/redstrate/blind-poll-fix into master

Otherwise it may be undefined, and we DO create default-constructed PollHandler. For example, one is used as a fallback poll object in NeoChatRoom::poll.

This is blind fix for a pretty nasty poll-related crash we saw a few months ago.

BUG: 493649

Merge request reports

Loading