The Samba-Bugzilla – Attachment 5163 Details for
Bug 7034
vfs_cap causes signal 11 (SIGSEGV)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am format patch for 3.5.0.
0001-Fix-bug-7034-vfs_cap-causes-signal-11-SIGSEGV.patch (text/plain), 849 bytes, created by
Jeremy Allison
on 2010-01-12 23:47:34 UTC
(
hide
)
Description:
git-am format patch for 3.5.0.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-01-12 23:47:34 UTC
Size:
849 bytes
patch
obsolete
>From bbdfc1fb81192f7e911d835dc78d8bb72790d00e Mon Sep 17 00:00:00 2001 >From: SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com> >Date: Tue, 12 Jan 2010 21:43:23 -0800 >Subject: [PATCH] Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV) > (cherry picked from commit ca847952054f5bbde1d40ad4260589b6fcc9721d) > >--- > source3/modules/vfs_cap.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/source3/modules/vfs_cap.c b/source3/modules/vfs_cap.c >index 7edbb87..35fa740 100644 >--- a/source3/modules/vfs_cap.c >+++ b/source3/modules/vfs_cap.c >@@ -695,12 +695,13 @@ static char *capdecode(TALLOC_CTX *ctx, const char *from) > size_t len = 0; > > for (p1 = from; *p1; len++) { >- if (is_hex(from)) { >+ if (is_hex(p1)) { > p1 += 3; > } else { > p1++; > } > } >+ len++; > > to = TALLOC_ARRAY(ctx, char, len); > if (!to) { >-- >1.6.3.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 7034
:
5162
| 5163 |
5164