]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: fix uninit read in Incomplete::react(AdvMap&) 21798/head
authorSage Weil <sage@redhat.com>
Thu, 3 May 2018 13:45:09 +0000 (08:45 -0500)
committerSage Weil <sage@redhat.com>
Thu, 3 May 2018 13:45:09 +0000 (08:45 -0500)
commit3187b036d83adae3646d411e6705e056189f33bb
tree30b3148b04f55afd74062dccc0cebb5b6cacd3a5
parentdb5ec08f5a0f404929ce3b7625a13dffd60c22f0
osd/PG: fix uninit read in Incomplete::react(AdvMap&)

If a PG is incomplete when the pool is deleted we'll dereference invalid
iterators here.

Fixes: http://tracker.ceph.com/issues/23980
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PG.cc