svn commit: samba r13126 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Wed Jan 25 05:04:14 GMT 2006


Author: jra
Date: 2006-01-25 05:04:11 +0000 (Wed, 25 Jan 2006)
New Revision: 13126

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13126

Log:
Very well spotted crash bug fix for #3343 from
SATOH Fumiyasu <fumiyas at miraclelinux.com>
Jerry please pick this up for 3.0.21b.
Jeremy.

Modified:
   trunk/source/smbd/posix_acls.c


Changeset:
Modified: trunk/source/smbd/posix_acls.c
===================================================================
--- trunk/source/smbd/posix_acls.c	2006-01-25 05:04:08 UTC (rev 13125)
+++ trunk/source/smbd/posix_acls.c	2006-01-25 05:04:11 UTC (rev 13126)
@@ -1447,7 +1447,6 @@
 Deny entry after Allow entry. Failing to set on file %s.\n", fsp->fsp_name ));
 					free_canon_ace_list(file_ace);
 					free_canon_ace_list(dir_ace);
-					SAFE_FREE(current_ace);
 					return False;
 				}	
 
@@ -1506,7 +1505,6 @@
 Deny entry after Allow entry. Failing to set on file %s.\n", fsp->fsp_name ));
 				free_canon_ace_list(file_ace);
 				free_canon_ace_list(dir_ace);
-				SAFE_FREE(current_ace);
 				return False;
 			}	
 



More information about the samba-cvs mailing list