Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73201
b: refs/heads/master
c: 6551198
h: refs/heads/master
i:
  73199: d2e9eeb
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 5, 2007
1 parent 2ef3b70 commit e0050cc
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: f11b7ae8d6180bb3c0ad04b38a8ca7e0a26c6605
refs/heads/master: 6551198a201a70cb11e25712b1d0b2a369bb8a4c
2 changes: 1 addition & 1 deletion trunk/fs/afs/vlocation.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *cell,
cell->name, key_serial(key),
(int) namesz, (int) namesz, name, namesz);

if (namesz > sizeof(vl->vldb.name)) {
if (namesz >= sizeof(vl->vldb.name)) {
_leave(" = -ENAMETOOLONG");
return ERR_PTR(-ENAMETOOLONG);
}
Expand Down

0 comments on commit e0050cc

Please sign in to comment.