commit | fc8c3892f30c39f28fdb835f7c8598ac4cf5ed1e | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue Jun 14 11:13:59 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jul 28 02:55:39 2016 +0200 |
tree | a99fe1abf02679d53681bd244fa540445f871a3e | |
parent | 774a6a118c70f8c11fcfe636032b5016ad71a746 [diff] |
ceph: fix use-after-free bug in ceph_direct_read_write() ceph_aio_complete() can free the ceph_aio_request struct before the code exits the while loop. Signed-off-by: Yan, Zheng <zyan@redhat.com>