提交 447bfcc9 编写于 作者: J J. Bruce Fields

nfsd4: no, we're not going to check tags for utf8

Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 57d276d7
...@@ -1595,12 +1595,6 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp) ...@@ -1595,12 +1595,6 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp)
bool cachethis = false; bool cachethis = false;
int i; int i;
/*
* XXX: According to spec, we should check the tag
* for UTF-8 compliance. I'm postponing this for
* now because it seems that some clients do use
* binary tags.
*/
READ_BUF(4); READ_BUF(4);
READ32(argp->taglen); READ32(argp->taglen);
READ_BUF(argp->taglen + 8); READ_BUF(argp->taglen + 8);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册