]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Objecter: potential null pointer access in list_(n)objects.
authorxiexingguo <258156334@qq.com>
Wed, 18 Nov 2015 09:57:17 +0000 (17:57 +0800)
committerxiexingguo <xie.xingguo@zte.com.cn>
Sun, 20 Dec 2015 09:35:05 +0000 (17:35 +0800)
commite259d717f0d0f6e40ee0da1d54c8412de05e382e
tree5ec22638fb1546c3b3d0295d1fb53d2ba6935092
parent7dca87c63c4d7bf1866783db39dcac53962f86f2
Objecter: potential null pointer access in list_(n)objects.

In list_objects and list_nobjects, we are possibly access a null returned pointer from the osdmap->get_pg_pool() call.
Fixes: #13822
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osdc/Objecter.cc