From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:33:32 -0700 Subject: [U-Boot] [Patch v2] drivers/ddr: Fix possible out of bounds error In-Reply-To: <1397698286-18126-1-git-send-email-yorksun@freescale.com> References: <1397698286-18126-1-git-send-email-yorksun@freescale.com> Message-ID: <53583FBC.1020006@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/16/2014 06:31 PM, York Sun wrote: > This is a theoretical possible out of bounds error in DDR driver. Adding > check before using array index. Also change some runtime conditions to > pre-compiling conditions. > > Signed-off-by: York Sun > --- > Change log: > v2: Revise subject and commit message > Applied to u-boot-mpc85xx/master. York