]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fix nfs symlink name corruption
authorEd Swarthout <Ed.Swarthout@freescale.com>
Thu, 19 Nov 2009 08:47:28 +0000 (02:47 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 20:50:19 +0000 (21:50 +0100)
commitf64ef9bb995687e24e0b61b52316f4eaa97c3bbc
tree9cf845948f721b85dbb2dcd18292e7cb72c8aac4
parente8fac25e83426fdf461c66aa8a2530ec28ec536e
fix nfs symlink name corruption

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 <Ed.Swarthout@freescale.com>
net/nfs.c