From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Wed, 23 Dec 2015 11:00:30 +0800 Subject: [U-Boot] [PATCH 1/1] common: nvedit: use snprintf instead of sprintf In-Reply-To: <20151222194058.GW11783@bill-the-cat> References: <1450775655-2979-1-git-send-email-van.freenix@gmail.com> <1450775655-2979-3-git-send-email-van.freenix@gmail.com> <20151222194058.GW11783@bill-the-cat> Message-ID: <20151223030028.GA24788@linux-7smt.suse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, On Tue, Dec 22, 2015 at 02:40:58PM -0500, Tom Rini wrote: >On Tue, Dec 22, 2015 at 07:53:12AM -0200, Fabio Estevam wrote: >> Hi Peng, >> >> On Tue, Dec 22, 2015 at 7:14 AM, Peng Fan wrote: >> > From: Peng Fan >> > >> > Use snprintf to replace sprintf. >> >> You need to improve your commit log by saying why you are doing this change. will add more commit log. > > >Yes, please do so. And if you're using Coverity internally you can >still do a Reported-by: Coverity. will add this. Thanks, Peng. > >-- >Tom