windows-misc-20050125
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 25 Jan 2005 23:24:43 +0000 (23:24 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 25 Jan 2005 23:24:43 +0000 (23:24 +0000)
commitff3436446e1c8447d0f9703b088c6d65c6845aa0
tree89b4bf761e5acbe4e440515e37f68bd3eece83b0
parente86eb73e30fe492c8be99a0a7a4788ec1b136ead
windows-misc-20050125

The list of ACL entries was being corrupted because the function
which obtains a free ACL entry was doing so without the appropriate
lock being held.

Returning Not A Directory is not the right thing to do when we are
attempting to resolve a path if the error is found on one of the
intermediary path components.  Instead return No Such Path or
No Such File as appropriate.
src/WINNT/afsd/cm_aclent.c
src/WINNT/afsd/cm_vnodeops.c