From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 07 Dec 2009 12:40:35 -0800 Subject: [U-Boot] [PATCH] fix nfs symlink name corruption In-Reply-To: <20091207201751.3907C3F6CC@gemini.denx.de> References: <1258620448-20960-1-git-send-email-Ed.Swarthout@freescale.com> <20091207201751.3907C3F6CC@gemini.denx.de> Message-ID: <4B1D6843.6000107@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Ed Swarthout, > > In message <1258620448-20960-1-git-send-email-Ed.Swarthout@freescale.com> you wrote: > >> An off by one error may cause nfs readlink lookup fail if >> nfs_path_buff has non-zero data from a previous use. >> >> Loading: *** ERROR: File lookup fail >> >> Signed-off-by: Ed Swarthout >> --- >> net/nfs.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> > > Applied. > > Ben, I hope this is OK with you. Looked obvious to me. > > Best regards, > > Wolfgang Denk > > Fine with me. Thanks for taking care of this. Ben