[cvsacl-users] Segmentation fault when using UseSeperateACLFileForEachDir=yes
Brought to you by:
sbaris
From: Alex H. <ah...@ke...> - 2004-06-23 17:08:07
|
I have created a new repository and have changed the aclconfig parameter to UseSeperateACLFileForEachDir=yes. [cvsadm@cvs cvsadm]$ cvs racl cvsadm:p -r ALL -d ALL cvs racl: cannot open file: /home/cvsadm/temp/ALL/access X ALL cvs racl: cannot open file: /home/cvsadm/temp//home/cvsadm/temp/./access cvs racl: cannot open file: /home/cvsadm/temp//home/cvsadm/temp/./access Segmentation fault I believe the segmentation fault occurs because and fseek is attempted on a NULL file descriptor on aproximately line 1755 in acl.c. Looks like the file name is not valid. Alex |