]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Verify that name lengths are at most AFSNAMEMAX and symlink
authorNickolai Zeldovich <kolya@mit.edu>
Sun, 21 Apr 2002 22:01:36 +0000 (22:01 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Sun, 21 Apr 2002 22:01:36 +0000 (22:01 +0000)
commite92a51fc0f3bef08c9951802db9e66f27e5c91f8
tree08c09d2a7d48a6481d83dcefdb98374dcf123852
parent6d96f1dded607c71e3ac3747095d2529680b774c
Verify that name lengths are at most AFSNAMEMAX and symlink
contents are at most AFSPATHMAX (notably, the Linux kernel
doesn't check this for us); bug report by nneul@umr.edu.

(cherry picked from commit 41f047edf69ad7c6c83cfa94f410f0daa9bb91fd)
src/afs/VNOPS/afs_vnop_create.c
src/afs/VNOPS/afs_vnop_dirops.c
src/afs/VNOPS/afs_vnop_link.c
src/afs/VNOPS/afs_vnop_remove.c
src/afs/VNOPS/afs_vnop_rename.c
src/afs/VNOPS/afs_vnop_symlink.c