[cvsacl-users] Segmentation fault when using UseSeperateACLFileForEachDir=yes
Brought to you by:
sbaris
From: Stig H. <sti...@cy...> - 2004-07-13 11:57:30
|
Hi, For the sake of making cvs-1.11.17-cvsacl-1.2.1-patched work I created a small patch for this little problem. This thing is that 'accessfilecount' was not initialize if 'file' was not null. By move the accessfilecount up above the if construct (and thus out of it), it is insured, that it is initialized to whatever 'intcount' is set to. I fooled around with it and made a LOT of directories and files - no problems and access rights are handle properly. Patch is attached! (If the attachment doesn't come through, then let me know where to put it) Cheers Stig :)) |