[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Sat Nov 19 12:10:40 MST 2011


The branch, v3-6-test has been updated
       via  3651471 lib/util/ Fix crash bug caused by gfree_debug()
      from  d809158 s3: allow to set TCP_NODELAYACK socket option on AIX (#8616)

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


- Log -----------------------------------------------------------------
commit 3651471288ebd05108c9cd7f1bdbb844829244fb
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Mon May 9 17:43:45 2011 +0200

    lib/util/ Fix crash bug caused by gfree_debug()
    
    The issue is that we should reset the debug_num_classes to 0 when we
    un-initialise the debug system.
    
    Andrew Bartlett
    (cherry picked from commit 5db0cd55d4db9cc71f32dc0097e2f014c22967bc)
    
    Fix bug #8623 (Crash when trying to browse samba printers).

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

Summary of changes:
 lib/util/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/debug.c b/lib/util/debug.c
index 2ff7cb2..108161e 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -202,7 +202,7 @@ void gfree_debugsyms(void)
 
 	TALLOC_FREE(format_bufr);
 
-	debug_num_classes = DBGC_MAX_FIXED;
+	debug_num_classes = 0;
 
 	state.initialized = false;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list