The branch, master has been updated
       via  967f9bd s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
      from  f799f63 CVE-2013-4408:s3:Ensure LookupRids() replies arrays are 
range checked.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 967f9bd1f8a147c4b89ada3b6c7e1ce064c511bc
Author: Jan Brummer <[email protected]>
Date:   Mon Dec 9 15:22:29 2013 +0100

    s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
    
    Guenther
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=10285
    
    Reviewed-by: Günther Deschner <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>
    
    Autobuild-User(master): Günther Deschner <[email protected]>
    Autobuild-Date(master): Mon Dec  9 17:28:37 CET 2013 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index 972924c..64af571 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -626,7 +626,7 @@ void winbind_msg_offline(struct messaging_context *msg_ctx,
                   we only set it online / offline for that domain. */
 
                DEBUG(10,("winbind_msg_offline: sending message to pid %u for 
domain %s.\n",
-                       (unsigned int)child->pid, domain->name ));
+                       (unsigned int)child->pid, child->domain->name ));
 
                messaging_send_buf(msg_ctx, pid_to_procid(child->pid),
                                   MSG_WINBIND_OFFLINE,


-- 
Samba Shared Repository

Reply via email to