The Samba-Bugzilla – Attachment 5480 Details for
Bug 1206
[PATCH] netatalk vfs causes segfaults in samba
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v3-5-test branch
samba-3.5.1.git-vfs_netatlk-segv.patch (text/plain), 825 bytes, created by
SATOH Fumiyasu
on 2010-03-09 21:27:33 UTC
(
hide
)
Description:
Patch for v3-5-test branch
Filename:
MIME Type:
Creator:
SATOH Fumiyasu
Created:
2010-03-09 21:27:33 UTC
Size:
825 bytes
patch
obsolete
>From c8902e720a1c2358f7893047bdd4ede693c8aeac Mon Sep 17 00:00:00 2001 >From: SATOH Fumiyasu <fumiyas@osstech.co.jp> >Date: Wed, 10 Mar 2010 12:15:44 +0900 >Subject: [PATCH] vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble" > >--- > source3/modules/vfs_netatalk.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/modules/vfs_netatalk.c b/source3/modules/vfs_netatalk.c >index 68f6a31..d5a85b3 100644 >--- a/source3/modules/vfs_netatalk.c >+++ b/source3/modules/vfs_netatalk.c >@@ -131,7 +131,7 @@ static void atalk_add_to_list(name_compare_entry **list) > } > } > >- if (!(new_list = SMB_CALLOC_ARRAY(name_compare_entry, (count == 0 ? 1 : count + 1)))) >+ if (!(new_list = SMB_CALLOC_ARRAY(name_compare_entry, count + 2))) > return; > > for (i = 0; i < count; i ++) { >-- >1.7.0 >
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 1206
:
449
| 5480 |
5486