[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-1164-g9bb1bea

Tim Prouty tprouty at samba.org
Tue Feb 24 22:38:33 GMT 2009


The branch, master has been updated
       via  9bb1bea53709dd32b8c3bf6032b38d9f95c8c379 (commit)
      from  5ffa03dcd879e59f3e810fbb8833cb9a3e9afcca (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9bb1bea53709dd32b8c3bf6032b38d9f95c8c379
Author: Tim Prouty <tprouty at samba.org>
Date:   Tue Feb 24 14:07:29 2009 -0800

    s3: Fix a bug that prevent core files from being created
    
    Removed an erroneous free() that was causing the corepath to be NULL
    during dump_core().  This prevented dump_core() from actually calling
    abort() to create a core file.  The bug was introduced in December by:
    07e0094365e8dc360a83eec2e7cf9b1d5d8d6d00

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/fault.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/fault.c b/source3/lib/fault.c
index a153098..8c4a45b 100644
--- a/source3/lib/fault.c
+++ b/source3/lib/fault.c
@@ -157,7 +157,6 @@ void dump_core_setup(const char *progname)
 		return;
 	}
 
-	SAFE_FREE(corepath);
 	SAFE_FREE(logbase);
 
 #ifdef HAVE_GETRLIMIT


-- 
Samba Shared Repository


More information about the samba-cvs mailing list