diff options
author | Jan Beulich <JBeulich@suse.com> | 2012-12-20 10:31:11 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-04 06:09:04 +0800 |
commit | 975398374dac831d5d5c2825615c489aee24ea3a (patch) | |
tree | 1a4e120177b9d1ebc0847452ecb65f3ddcf0e781 /lib | |
parent | ad315127433dc9a8147e7f6b43f21b3d0061003a (diff) |
xen-blkback: do not leak mode property
commit 9d092603cc306ee6edfe917bf9ab8beb5f32d7bc upstream.
"be->mode" is obtained from xenbus_read(), which does a kmalloc() for
the message body. The short string is never released, so do it along
with freeing "be" itself, and make sure the string isn't kept when
backend_changed() doesn't complete successfully (which made it
desirable to slightly re-structure that function, so that the error
cleanup can be done in one place).
Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions