mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
nfsd4: no, we're not going to check tags for utf8
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
57d276d71a
commit
447bfcc936
1 changed files with 0 additions and 6 deletions
|
@ -1595,12 +1595,6 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp)
|
|||
bool cachethis = false;
|
||||
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);
|
||||
READ32(argp->taglen);
|
||||
READ_BUF(argp->taglen + 8);
|
||||
|
|
Loading…
Reference in a new issue