The branch, v4-1-test has been updated
       via  2890940 Followup patch for BUG: 
https://bugzilla.samba.org/show_bug.cgi?id=10082
      from  2f03250 s3-winbind: Fix a segfault passing NULL to a fstring 
argument.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-1-test


- Log -----------------------------------------------------------------
commit 28909409f8b88737549371a9d1e00224b1a56a01
Author: Andreas Schneider <[email protected]>
Date:   Wed Aug 14 16:50:13 2013 -0700

    Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082
    
    Thanks to Jim Brown <[email protected]>
    
    Signed-off-by: Andreas Schneider <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    Reviewed-by: Jeremy Allison <[email protected]>
    
    Autobuild-User(master): Jeremy Allison <[email protected]>
    Autobuild-Date(master): Thu Aug 15 03:46:20 CEST 2013 on sn-devel-104
    
    Autobuild-User(v4-1-test): Karolin Seeger <[email protected]>
    Autobuild-Date(v4-1-test): Fri Aug 16 10:48:55 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_cm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 48322cb..275005c 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -1212,7 +1212,7 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx,
        /* try node status request */
 
        if (name_status_find(domain->name, 0x1c, 0x20, pss, nbtname) ) {
-               namecache_store(*name, 0x20, 1, &ip_list);
+               namecache_store(nbtname, 0x20, 1, &ip_list);
 
                if (name != NULL) {
                        *name = talloc_strdup(mem_ctx, nbtname);


-- 
Samba Shared Repository

Reply via email to