The Samba-Bugzilla – Attachment 8304 Details for
Bug 9471
SEGV when using second vfs module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix that went into master.
0001-Fix-bug-9471-SEGV-when-using-second-vfs-module.patch (text/plain), 1.05 KB, created by
Jeremy Allison
on 2012-12-07 17:50:20 UTC
(
hide
)
Description:
git-am fix that went into master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2012-12-07 17:50:20 UTC
Size:
1.05 KB
patch
obsolete
>From 16d725b4f5ed77db865e2a3c27ae0eb4accca5a8 Mon Sep 17 00:00:00 2001 >From: Tsukasa Hamano <hamano@osstech.co.jp> >Date: Thu, 6 Dec 2012 13:01:33 -0800 >Subject: [PATCH] Fix bug #9471 - SEGV when using second vfs module. > >Don't use default_classname_table when we obviously shoud be using >classname_table. > >Reviewed by: Jeremy Allison <jra@samba.org> >Reviewed-by: Michael Adam <obnox@samba.org> > >Autobuild-User(master): Michael Adam <obnox@samba.org> >Autobuild-Date(master): Fri Dec 7 17:51:50 CET 2012 on sn-devel-104 >--- > 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 15a2452b..7509f90 100644 >--- a/lib/util/debug.c >+++ b/lib/util/debug.c >@@ -1007,7 +1007,7 @@ bool dbghdrclass(int level, int cls, const char *location, const char *func) > slprintf(header_str + hs_len, > sizeof(header_str) -1 - hs_len, > ", class=%s", >- default_classname_table[cls]); >+ classname_table[cls]); > } > > /* Print it all out at once to prevent split syslog output. */ >-- >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
Actions:
View
Attachments on
bug 9471
:
8293
| 8304