The Samba-Bugzilla – Attachment 8543 Details for
Bug 9653
winbind panics in idmap_autorid for out of range unix-ID
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for master
0001-s3-idmap_autorid-fix-freeing-of-non-talloced-memory-.patch (text/plain), 891 bytes, created by
Michael Adam
on 2013-02-12 18:02:32 UTC
(
hide
)
Description:
Patch for master
Filename:
MIME Type:
Creator:
Michael Adam
Created:
2013-02-12 18:02:32 UTC
Size:
891 bytes
patch
obsolete
>From 93a819a5219a491f02e67e25b52571611dd73a72 Mon Sep 17 00:00:00 2001 >From: Michael Adam <obnox@samba.org> >Date: Mon, 11 Feb 2013 22:52:55 +0100 >Subject: [PATCH] s3:idmap_autorid: fix freeing of non-talloced memory > (uninitialized pointer) (bug #9653) > >Signed-off-by: Michael Adam <obnox@samba.org> >Reviewed-by: Stefan Metzmacher <metze@samba.org> >--- > source3/winbindd/idmap_autorid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c >index b7b1689..0747916 100644 >--- a/source3/winbindd/idmap_autorid.c >+++ b/source3/winbindd/idmap_autorid.c >@@ -244,7 +244,7 @@ static NTSTATUS idmap_autorid_id_to_sid(struct autorid_global_config *cfg, > struct id_map *map) > { > uint32_t range; >- TDB_DATA data; >+ TDB_DATA data = tdb_null; > char *keystr; > struct dom_sid sid; > NTSTATUS status; >-- >1.7.9.5 >
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 9653
: 8543 |
8548