]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/Migrator.cc: fix possible dereference NULL return value 310/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 22 May 2013 15:28:06 +0000 (17:28 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 22 May 2013 15:28:06 +0000 (17:28 +0200)
commit549e547b3bf89aecd35e4b770a410762800d0ac5
tree3033c3f24f38670c128a4378a692077b6bf7c13c
parent32b024c6c6b38b7baf8a649789f752df1296bade
mds/Migrator.cc: fix possible dereference NULL return value

CID 716997 (#1 of 1): Dereference null return value (NULL_RETURNS)
  dereference: Dereferencing a pointer that might be null "in" when
  calling "MDSCacheObject::is_auth() const".

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