]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: do not leak memory in bio_copy_user_iov()
authorJérôme Glisse <jglisse@redhat.com>
Wed, 10 Apr 2019 20:27:51 +0000 (16:27 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Apr 2019 22:14:40 +0000 (16:14 -0600)
commita3761c3c91209b58b6f33bf69dd8bb8ec0c9d925
treea4308f3aae5a90ea3927becb776ff41acffe0163
parentb2b3a70cd9984fe39ed5aaa9ce596476051ce5de
block: do not leak memory in bio_copy_user_iov()

When bio_add_pc_page() fails in bio_copy_user_iov() we should free
the page we just allocated otherwise we are leaking it.

Cc: linux-block@vger.kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: stable@vger.kernel.org
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Jérôme Glisse <jglisse@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c