Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142211
b: refs/heads/master
c: 95ec28c
h: refs/heads/master
i:
  142209: ac22511
  142207: dbc1dba
v: v3
  • Loading branch information
Benny Halevy authored and J. Bruce Fields committed Apr 4, 2009
1 parent c4673b8 commit 51ce9fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0d6fc8a2d55a8235c301aeb6d5254d5992895d1
refs/heads/master: 95ec28cda323104bbff64fc7ec8ee4c9042e51fa
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,8 @@ _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
if (status)
goto out_kfree;

p = buf + 3;
/* skip bitmap */
p = buf + 1 + ntohl(buf[0]);
status = nfserr_not_same;
if (ntohl(*p++) != verify->ve_attrlen)
goto out_kfree;
Expand Down

0 comments on commit 51ce9fc

Please sign in to comment.