[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1694-g3959b19

Volker Lendecke vl at samba.org
Sun Jan 27 09:21:05 GMT 2008


The branch, v3-2-test has been updated
       via  3959b1954b02405ec174497fa17e345ca6d5ee94 (commit)
      from  ec367f307dff7948722b9ac97beb960efd91991f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 3959b1954b02405ec174497fa17e345ca6d5ee94
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jan 27 10:22:42 2008 +0100

    We need to leave the corepath around
    
    In case we need to dump core, in line 191 we dereference corepath to be able to
    chdir there.
    
    Jeremy, please check!
    
    Volker

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/fault.c b/source/lib/fault.c
index 33e1401..1964955 100644
--- a/source/lib/fault.c
+++ b/source/lib/fault.c
@@ -132,7 +132,6 @@ void dump_core_setup(const char *progname)
 	sys_chown(corepath,getuid(),getgid());
 	chmod(corepath,0700);
 
-	SAFE_FREE(corepath);
 	SAFE_FREE(logbase);
 
 #ifdef HAVE_GETRLIMIT


-- 
Samba Shared Repository


More information about the samba-cvs mailing list