[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100926131151.GC6134@bicker>
Date: Sun, 26 Sep 2010 15:11:51 +0200
From: Dan Carpenter <error27@...il.com>
To: Vasiliy Kulikov <segooon@...il.com>
Cc: kernel-janitors@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...e.de>,
Marek Belisko <marek.belisko@...il.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: ft1000: fix error path
On Sun, Sep 26, 2010 at 12:59:55PM +0400, Vasiliy Kulikov wrote:
> +err_free:
> + for (i--; i>=0; i--) {
> + kfree(pdpram_blk->pbuffer);
> + kfree(pdpram_blk);
> + }
This is wrong. I don't have linux-next so I can't see the context, why
are we looping here? The second iteration through the loop will cause a
NULL dereference.
Also there should be spaces before and after the ">=".
regards,
dan carpenter
> + return STATUS_FAILURE;
> }
>
--
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