]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client/Client.cc: fix null pointer checks for 'in'
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 2 Sep 2014 13:15:04 +0000 (15:15 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 2 Sep 2014 13:15:04 +0000 (15:15 +0200)
commit6ec08e06bc469f60605e9f10f820dbaa207e22b5
tree15061e44adce576837dbad678cd1b788212ebc95
parent46c94e95615b15cf4d5059e1153c9e994610f799
client/Client.cc: fix null pointer checks for 'in'

Cleanup checks for null pointer dereference of 'in' use a
wider code block the cover 'in'.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/client/Client.cc