* amd/nfs_subr.c (fh_to_mp3): strncpy may not null terminate if
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 31 Mar 2005 21:59:42 +0000 (21:59 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 31 Mar 2005 21:59:42 +0000 (21:59 +0000)
commit3f2ba7d4239dab12746294f235a291ec124c25a2
tree1def25bd0fb4883ce5120bdded5d5856289c158c
parent206f4f5d94f11eedcbd5e9888a72315b65d44014
* amd/nfs_subr.c (fh_to_mp3): strncpy may not null terminate if
copying exactly len bytes, so add null just to be safe.

the memset can be removed because strncpy() should padd the
ChangeLog
amd/nfs_subr.c