]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
journal: potential for double-free of context on shut down
authorJason Dillaman <dillaman@redhat.com>
Wed, 13 Apr 2016 02:29:50 +0000 (22:29 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 13 Apr 2016 02:29:50 +0000 (22:29 -0400)
commit760863f47e829cee8d0e5284079e5b59830d9d36
tree89bcaa3905c40e86732e1f6f1223c6373d00b144
parent11a9722b451dbcbf115ad282eb1f861477f6f23a
journal: potential for double-free of context on shut down

The context associated with a scheduled watch might be freed
by two ObjectPlayers.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/journal/JournalPlayer.cc
src/journal/JournalPlayer.h
src/journal/ObjectPlayer.cc