lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <B85A65D85D7EB246BE421B3FB0FBB59301CC30E0D7@dbde02.ent.ti.com>
Date:	Tue, 17 Mar 2009 13:00:12 +0530
From:	"Kumar, Purushotam" <purushotam@...com>
To:	David Brownell <david-b@...bell.net>
CC:	"davinci-linux-open-source@...ux.davincidsp.com" 
	<davinci-linux-open-source@...ux.davincidsp.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"drzeus-mmc@...eus.cx" <drzeus-mmc@...eus.cx>
Subject: RE: [PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for
 DaVinci/DM6446.

> I noticed a newish bug in probe() ...
> 
> On Monday 16 March 2009, Purushotam Kumar wrote:
> > +       if (!pdata || pdata->wires == 4 || pdata->wires == 0)
> > +               mmc->caps |= MMC_CAP_4_BIT_DATA;
> 
> So pdata may be null.  But, if it is, then ...
> 
> > +
> > +       mmc->ops = &mmc_davinci_ops;
> > +       mmc->f_min = 312500;
> > +       mmc->f_max = 25000000;
> > +       if (pdata->max_freq)
> > +               mmc->f_max = pdata->max_freq;
> 
> Oops!
> 
> > +       if (pdata->caps)
> > +               mmc->caps |= pdata->caps;
> 
> Double oops!
> 

I will add NULL checking for pdata.
-Purushotam
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ