The Samba-Bugzilla – Attachment 5373 Details for
Bug 7148
vfs_acl_tdb module uses uninitialized variable. Reading blob can fail.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am patch for 3.5.0rc3
0001-s3-modules-fix-get_acl_blob-in-the-acl_tdb-VFS-modul.patch (text/plain), 897 bytes, created by
Jeremy Allison
on 2010-02-17 21:50:36 UTC
(
hide
)
Description:
git-am patch for 3.5.0rc3
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-02-17 21:50:36 UTC
Size:
897 bytes
patch
obsolete
>From 84d4e6dde9bf1202c24e82ea86a4bedf024d8ad5 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org> >Date: Thu, 18 Feb 2010 02:13:07 +0100 >Subject: [PATCH] s3-modules: fix get_acl_blob in the acl_tdb VFS module. > >Shuttle-reviewed by jra :) > >Guenther >(cherry picked from commit 6cf10cc1020dd7ef483887caebcbd76d28572432) >--- > source3/modules/vfs_acl_tdb.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c >index ac11a51..bfed0eb 100644 >--- a/source3/modules/vfs_acl_tdb.c >+++ b/source3/modules/vfs_acl_tdb.c >@@ -147,7 +147,7 @@ static NTSTATUS get_acl_blob(TALLOC_CTX *ctx, > TDB_DATA data; > struct file_id id; > struct db_context *db; >- NTSTATUS status; >+ NTSTATUS status = NT_STATUS_OK; > SMB_STRUCT_STAT sbuf; > > SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, >-- >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
Flags:
gd
:
review+
Actions:
View
Attachments on
bug 7148
: 5373