Verify that name lengths are at most AFSNAMEMAX and symlink
authorNickolai Zeldovich <kolya@mit.edu>
Sun, 24 Mar 2002 19:21:35 +0000 (19:21 +0000)
committerNickolai Zeldovich <kolya@mit.edu>
Sun, 24 Mar 2002 19:21:35 +0000 (19:21 +0000)
commit41f047edf69ad7c6c83cfa94f410f0daa9bb91fd
treeaf17ad2649ae12f1b7eb483da9b20b312717e5a9
parent0329c5fbb42d14da20acb97ebda48b9974220b0e
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.
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