bus: reassure static analysis tool that server slot allocation can't fail
authorDeepika Aggarwal <deepika.a@samsung.com>
Mon, 7 Dec 2015 11:26:06 +0000 (16:56 +0530)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 1 Jul 2016 15:42:18 +0000 (16:42 +0100)
commit187ae737ec3319383cfe5e6282d1c7e0b9550dcc
treef1cbc378da3a6a4318f1d48b46a422dc0da58c1b
parent42a514d9178ef16eb9a860a2ca2d813811457d38
bus: reassure static analysis tool that server slot allocation can't fail

The NULL-dereference is not actually possible in this case, because we
know that the allocation and setup were done previously.

Signed-off-by: Deepika Aggarwal <deepika.a@samsung.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93210
bus/bus.c