]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-fuse: fix double free of args 7015/head
authorIlya Shipitsin <ilia@localhost.localdomain>
Tue, 22 Dec 2015 09:02:36 +0000 (14:02 +0500)
committerIlya Shipitsin <ilia@localhost.localdomain>
Tue, 22 Dec 2015 20:28:06 +0000 (01:28 +0500)
commiteb8057c6f4df23e68e657441fdc4f9bb8cc2e94b
tree1bdf9719847f983c82a6a8762fc04eafda79c55f
parent09a3f69e6f6a42d3a517b843d98706e8850edfac
ceph-fuse: fix double free of args

Checking src/ceph_fuse.cc...
[src/ceph_fuse.cc:55]: (error) Memory pointed to by 'argv' is freed twice.
[src/ceph_fuse.cc:55]: (error) Deallocating a deallocated pointer: argv

Signed-off-by: Ilya Shipitsin <chipitsine@gmail.com>
src/ceph_fuse.cc