[SCM] Samba Shared Repository - branch v3-3-test updated -
release-3-2-0pre2-5014-ga70bb43
Tim Prouty
tprouty at samba.org
Tue Feb 24 22:42:06 GMT 2009
The branch, v3-3-test has been updated
via a70bb435d339df52eef56fb0c5788534252d7ab7 (commit)
from c7bf0f4c222ae46be2a751997e03197832b494cd (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit a70bb435d339df52eef56fb0c5788534252d7ab7
Author: Tim Prouty <tprouty at samba.org>
Date: Tue Feb 24 14:07:29 2009 -0800
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:
0994b094569474d47e7b98e39438829e962a27e1
-----------------------------------------------------------------------
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 1bd7d03..4a94932 100644
--- a/source/lib/fault.c
+++ b/source/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