From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 24 Nov 2015 12:04:51 -0700 Subject: [U-Boot] [PATCH] common: bootm: check return value of strict_strtoul In-Reply-To: <1448355263-545-1-git-send-email-Peng.Fan@freescale.com> References: <1448355263-545-1-git-send-email-Peng.Fan@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24 November 2015 at 01:54, Peng Fan wrote: > Before continue, check return value of strict_strtoul. > > Signed-off-by: Peng Fan > Cc: Albert Aribaud > Cc: Simon Glass > Cc: Jan Kiszka > Cc: Joe Hershberger > Cc: Hans de Goede > Cc: York Sun > Cc: Tom Rini > --- > arch/arm/lib/bootm.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass