commit | ef95d31e6de6be9602ce950b85fb7ab8af46ae42 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Mar 10 20:33:17 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Mar 10 20:33:17 2009 -0400 |
tree | aeb7d7a9893374a0c8975a5d060f07ab05283319 | |
parent | eb9b55ab4d73280597fd183b367d50452f4d7846 [diff] |
NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2) The changeset ea31a4437c59219bf3ea946d58984b01a45a289c (nfs: Fix misparsing of nfsv4 fs_locations attribute) causes the mountpath that is calculated at the beginning of try_location() to be clobbered when we later strncpy a non-nul terminated hostname using an incorrect buffer length. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>