]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: aio watch/unwatch/notify now uses completion objver
authorJason Dillaman <dillaman@redhat.com>
Fri, 26 Feb 2016 18:09:59 +0000 (13:09 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 26 Feb 2016 18:19:33 +0000 (13:19 -0500)
commit82f547f17f496a2d0b6f5e3782730e46e16d1f2c
tree6bb1610dbd9a812fe33888d57866c52e87a59ffb
parent39671f1f4d7020fcc97903b1d8b1e19149be3758
librados: aio watch/unwatch/notify now uses completion objver

A local variable was used for an async callback operation,
resulting in the potential for memory corruption.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librados/IoCtxImpl.cc