]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Allocate the exact string length needed for the string in symlink
authorNickolai Zeldovich <kolya@mit.edu>
Mon, 18 Mar 2002 03:24:10 +0000 (03:24 +0000)
committerNickolai Zeldovich <kolya@mit.edu>
Mon, 18 Mar 2002 03:24:10 +0000 (03:24 +0000)
commitddd09a73be1c25dc1d484b3487f970ce0ffffd16
tree613be083f61a567338dda1dc4a562bdd8e17b557
parent86983432526604a08c5b8ddc6eb724ab038009bb
Allocate the exact string length needed for the string in symlink
contents, rather than assuming that symlink data never contains
nulls (or that it's of the length we expect).

(cherry picked from commit 209f1c22577c2314a896de997bd7939fab2e3d52)
src/afs/VNOPS/afs_vnop_symlink.c