commit | 78d04af4995a1358039f4406bd31c28faedfa030 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Sep 20 14:34:24 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Sep 22 17:02:03 2016 -0400 |
tree | e46c10072ed05e4a24dc168bd95f8be5f60f3a3d | |
parent | a1d617d8f134679741b0b35e8e1436b015ac5538 [diff] |
NFS: nfs_prime_dcache must validate the filename Before we try to stash it in the dcache, we need to at least check that the filename passed to us by the server is non-empty and doesn't contain any illegal '\0' or '/' characters. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>