The Samba-Bugzilla – Attachment 5486 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]
git am patch for 3.3.x
samba-3.3.x.git-vfs_netatlk-segv.patch (text/plain), 820 bytes, created by
Jeremy Allison
on 2010-03-10 18:16:04 UTC
(
hide
)
Description:
git am patch for 3.3.x
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-03-10 18:16:04 UTC
Size:
820 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" > >--- > source/modules/vfs_netatalk.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source/modules/vfs_netatalk.c b/source/modules/vfs_netatalk.c >index 68f6a31..d5a85b3 100644 >--- a/source/modules/vfs_netatalk.c >+++ b/source/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