The Samba-Bugzilla – Attachment 7121 Details for
Bug 8623
Crash when trying to browse samba printers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v3-6-test patch
0001-lib-util-Fix-crash-bug-caused-by-gfree_debug.patch (text/plain), 851 bytes, created by
Andreas Schneider
on 2011-11-18 14:34:29 UTC
(
hide
)
Description:
v3-6-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2011-11-18 14:34:29 UTC
Size:
851 bytes
patch
obsolete
>From 4f72d06215ce267db2694259a81b0968d4b39f67 Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Mon, 9 May 2011 17:43:45 +0200 >Subject: [PATCH] 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) > >Signed-off-by: Andreas Schneider <asn@samba.org> >--- > lib/util/debug.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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; > } >-- >1.7.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
asn
:
review+
gd
:
review+
Actions:
View
Attachments on
bug 8623
: 7121