[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1312241542.11635.21.camel@Joe-Laptop>
Date: Mon, 01 Aug 2011 16:32:22 -0700
From: Joe Perches <joe@...ches.com>
To: Jesper Juhl <jj@...osbits.net>
Cc: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>,
Andy Grover <agrover@...hat.com>,
Roland Dreier <roland@...nel.org>,
Christoph Hellwig <hch@....de>, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] Fix leak in
drivers/target/iscsi/iscsi_target_parameters.c::iscsi_copy_param_list()
On Mon, 2011-08-01 at 22:32 +0200, Jesper Juhl wrote:
> diff --git a/drivers/target/iscsi/iscsi_target_parameters.c b/drivers/target/iscsi/iscsi_target_parameters.c
[]
> @@ -572,6 +572,17 @@ int iscsi_copy_param_list(
[]
> + if (!new_param->name || !new_param->value) {
[]
> + pr_err("Unable to allocate memory for parameter "
> + "name/value.\n");
I know you didn't change these lines, but could you please
remember to coalesce formats to a single line next time?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists