All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH] hwmon: (coretemp) Avoid leaving around
Date: Wed, 28 Sep 2011 15:16:55 +0000	[thread overview]
Message-ID: <20110928151655.GA3754@ericsson.com> (raw)
In-Reply-To: <1316903589-28009-1-git-send-email-guenter.roeck@ericsson.com>

On Wed, Sep 28, 2011 at 08:27:52AM -0400, Jean Delvare wrote:
> Hi Guenter,
> 
> Once again sorry for the late review. At this rate I'm going to add
> this to my signature :(
> 
> On Sat, 24 Sep 2011 15:33:09 -0700, Guenter Roeck wrote:
> > Storing the struct temp_data pointer allocated from create_core_data()
> > when returning an error has the potential of leaving around a pointer
> > to freed memory. Reset it to NULL for error returns.
> > 
> > Reported-by: Jan Beulich <jbeulich@suse.com>
> > Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
> > ---
> > I want to send the pending patches to Linus, and include a fix for the problem
> > reported by Jan. So here it is.
> > 
> >  drivers/hwmon/coretemp.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
> > index 44b2391..5100b01 100644
> > --- a/drivers/hwmon/coretemp.c
> > +++ b/drivers/hwmon/coretemp.c
> > @@ -508,6 +508,7 @@ static int create_core_data(struct platform_device *pdev,
> >  
> >  	return 0;
> >  exit_free:
> > +	pdata->core_data[attr_no] = NULL;
> >  	kfree(tdata);
> >  	return err;
> >  }
> 
> Yes, obviously correct and the right thing to do.
> 
> Acked-by: Jean Delvare <khali@linux-fr.org>
> 
Better late than never ... thanks, applied.

Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

      parent reply	other threads:[~2011-09-28 15:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-24 22:33 [lm-sensors] [PATCH] hwmon: (coretemp) Avoid leaving around Guenter Roeck
2011-09-28 12:27 ` Jean Delvare
2011-09-28 15:16 ` Guenter Roeck [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110928151655.GA3754@ericsson.com \
    --to=guenter.roeck@ericsson.com \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.