-
Mayank Prasad authored
Issue: ------ While aggregating stats for user/host/account a null check was missing to make sure account stats exist. In specific case reported here, stats for account were not supposed to be collected as specified by user therefore absense of this NULL check was causing crash. Fix: ---- Addded a NULL check before dereferencing account stats pointer.
Mayank Prasad authoredIssue: ------ While aggregating stats for user/host/account a null check was missing to make sure account stats exist. In specific case reported here, stats for account were not supposed to be collected as specified by user therefore absense of this NULL check was causing crash. Fix: ---- Addded a NULL check before dereferencing account stats pointer.
Loading