Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31413
b: refs/heads/master
c: 4bdff8c
h: refs/heads/master
i:
  31411: a3d05ec
v: v3
  • Loading branch information
Frank Filz authored and Linus Torvalds committed Jun 30, 2006
1 parent a887dbf commit ac795f1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a56f39375a7bd183149c18286389e4a58ac9bc95
refs/heads/master: 4bdff8c0950afa6a3f2efec6cd15159d97fac1e6
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen)
if (*ep)
goto out;
dprintk("found fsidtype %d\n", fsidtype);
if (fsidtype > 2)
if (key_len(fsidtype)==0) /* invalid type */
goto out;
if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
goto out;
Expand Down

0 comments on commit ac795f1

Please sign in to comment.