Skip to content

InputFilter: check NickInfoPtr object isn't null before using it

Ahmad Samir requested to merge work/ahmad/fix-crash into master

IIUC, if the nick being checked is offline, we can get a nullptr; this also matches how NickInfoPtr object returned by Server::getNickInfo are used in the code.

BUG: 437595

Merge request reports