]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-aclent-remove-extraneous-code-20071024
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 25 Oct 2007 05:49:00 +0000 (05:49 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 25 Oct 2007 05:49:00 +0000 (05:49 +0000)
commitbf75b319ffad7a96a393ba6fbb7eeecf7f043b80
tree5b3935e6ba325a6a0d14ddaa2937962ad940b71e
parent60c3023f46a3fd60683fe0a171b1da3fb71d7ba7
DEVEL15-windows-aclent-remove-extraneous-code-20071024

Microsoft provided a dump showing cm_data.aclLRUEndp == NULL in
GetFreeACLEnt().  Couldn't find any reason why that would be true.
However, there is extraneous code that manipulates the value of
aclLRUEndp when it should be left to osi_QRemoveHT() to update
the pointer values.

Also add an additional explicit test for aclLRUEndp == NULL in
GetFreeACLEnt().

(cherry picked from commit fb7595ad1d31c5ccafa18de854f2bf8bc8c067de)
src/WINNT/afsd/afsd_init.c
src/WINNT/afsd/cm_aclent.c
src/WINNT/afsd/cm_btree.c
src/WINNT/afsd/cm_btree.h
src/WINNT/afsd/cm_user.c