dm stripe: fix potential for leak in stripe_ctr error path
authorPavitra Kumar <pavitrak@nvidia.com>
Fri, 10 Oct 2014 15:19:46 +0000 (15:19 +0000)
committerMike Snitzer <snitzer@redhat.com>
Sat, 11 Oct 2014 02:05:18 +0000 (22:05 -0400)
commita3f2af2547884e02f7e43f995a6c442a4e54f1ea
tree30a5927b0819c371f70f2116ead52ba142ce573a
parent56ec16cb1e1ce46354de8511eef962a417c32c92
dm stripe: fix potential for leak in stripe_ctr error path

Fix a potential struct stripe_c leak that would occur if the
chunk_size exceeded the maximum allowed by dm_set_target_max_io_len
(UINT_MAX).  However, in practice there is no possibility of this
occuring given that chunk_size is of type uint32_t.  But it is good to
fix this to future-proof in case dm_set_target_max_io_len's
implementation were to change.

Signed-off-by: Pavitra Kumar <pavitrak@nvidia.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-stripe.c
This page took 0.027116 seconds and 5 git commands to generate.