[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120506031212.GF29576@lizard>
Date: Sat, 5 May 2012 20:12:12 -0700
From: Anton Vorontsov <cbouatmailru@...il.com>
To: Marek Vasut <marex@...x.de>
Cc: Jesper Juhl <jj@...osbits.net>, linux-kernel@...r.kernel.org,
Felipe Contreras <felipe.contreras@...il.com>,
Felipe Balbi <balbi@...com>,
Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Kalle Jokiniemi <kalle.jokiniemi@...ia.com>
Subject: Re: [PATCH] ISP1704 USB Charger: Fix use-after-free error in
isp1704_charger_probe()
On Sun, Apr 22, 2012 at 10:34:59PM +0200, Marek Vasut wrote:
[...]
> > -
> > dev_err(&pdev->dev, "failed to register isp1704 with error %d\n", ret);
> > -
> > isp1704_charger_set_power(isp, 0);
> > + kfree(isp);
Dan Carpenter sent a similar fix ~month ago, so it's in already.
> Use devm_kzalloc() and be done with all this goo?
Yeah, that's actually a good idea.
Thanks,
--
Anton Vorontsov
Email: cbouatmailru@...il.com
--
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