The branch, master has been updated
       via  abbf8ef... s3: Fix a bad memleak in the async echo responder
      from  eff1339... s3-waf: fix the build after tstream changes.

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


- Log -----------------------------------------------------------------
commit abbf8efb24c3d079ff2f7e39b2bf8382efa2ad5c
Author: Volker Lendecke <v...@samba.org>
Date:   Thu May 27 18:12:30 2010 +0200

    s3: Fix a bad memleak in the async echo responder

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 128a612..ed70b9c 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -2669,7 +2669,7 @@ static void smbd_echo_reader(struct tevent_context *ev,
 
        DEBUG(10,("echo_handler[%d]: reading pdu\n", (int)sys_getpid()));
 
-       status = receive_smb_talloc(state, smbd_server_fd(),
+       status = receive_smb_talloc(state->pending, smbd_server_fd(),
                                    (char **)(void 
*)&state->pending[num_pending].iov_base,
                                    0 /* timeout */,
                                    &unread,


-- 
Samba Shared Repository

Reply via email to