From: Jérémie Galarneau Date: Wed, 7 Apr 2021 16:04:58 +0000 (-0400) Subject: Fix: sessiond: error accounting: dereference of null pointer on error path X-Git-Tag: v2.13.0-rc1~157 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=5d650dcd9e04bcabd53fdf5f3104b93eb82bc0a9;hp=5d650dcd9e04bcabd53fdf5f3104b93eb82bc0a9;p=lttng-tools.git Fix: sessiond: error accounting: dereference of null pointer on error path 1452201 Dereference after null check Either the check against null is unnecessary, or there may be a null pointer dereference. In event_notifier_error_accounting_register_app: Pointer is checked against null but then dereferenced anyway (CWE-476) Reported-by: Coverity Scan Signed-off-by: Jérémie Galarneau Change-Id: I169fd6434606b2a35e076ae9258de6597565effe ---