Remove useless if() check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 18 Jun 2013 19:33:05 +0000 (15:33 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 19 Jun 2013 18:47:21 +0000 (14:47 -0400)
commit52d8ccce6a092485def268cb278485d2820c4954
treeaf24e892617d731d8b74eccbad5193639cc6335b
parent1803a06455a3508a67b608139a1670642359a8c4
Remove useless if() check

1022350 Dereference before null check
In ust_registry_session_destroy: All paths that lead to this null
pointer comparison already dereference the pointer earlier (CWE-476)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-sessiond/ust-registry.c
This page took 0.025717 seconds and 4 git commands to generate.