r17181: Fix the build farm RAW-READ bug. When making a copy
commit2c82a159ae6a4cc83989f2b453508358db516d67
authorJeremy Allison <jra@samba.org>
Fri, 21 Jul 2006 22:02:54 +0000 (21 22:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:18 +0000 (10 11:38 -0500)
tree16630bb886d1fb0f8806e74c3c0ea6c72cfbc93b
parentca0c73f281a2a65a988094a46bb3e46a94011a53
r17181: Fix the build farm RAW-READ bug. When making a copy
of the lock array in order to delete them individually
it's also important to make a copy of the *size* of
this array. Otherwise the unlock decrements the termination
index of your for loop :-). Doh ! Big thanks to Volker
for showing me how to set up the build farm to track
this one down. This is not a 3.0.23a issue.
Jeremy.
source/locking/brlock.c