From: Mathieu Desnoyers Date: Mon, 21 Sep 2015 19:32:57 +0000 (-0400) Subject: Cleanup: tests: Branch condition evaluates to a garbage value X-Git-Tag: v0.9.0~30 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=6a00c945d10d68e174c9fe96b2a98eb124b0d77e;hp=6a00c945d10d68e174c9fe96b2a98eb124b0d77e;p=userspace-rcu.git Cleanup: tests: Branch condition evaluates to a garbage value scan-build reported this: Logic error Branch condition evaluates to a garbage value tests /benchmark /test_urcu_hash_rw.c 170 Logic error Branch condition evaluates to a garbage value tests /benchmark /test_urcu_hash_rw.c 274 It should never happen based on code review, but silence this warning by initializing to NULL. Signed-off-by: Mathieu Desnoyers ---