The branch, master has been updated
       via  b06dbfb s3:libsmb fix a double free error
      from  e7a58bc docs-xml: fix build of winbindd- and krb5 locator-related 
manpages

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


- Log -----------------------------------------------------------------
commit b06dbfbba6bf62fd99067675dd9818d6314fd2d0
Author: Christian Ambach <[email protected]>
Date:   Sun Sep 16 21:45:56 2012 -0700

    s3:libsmb fix a double free error
    
    t refers to self->thread_state that is freed a few lines below
    
    Autobuild-User(master): Christian Ambach <[email protected]>
    Autobuild-Date(master): Mon Sep 17 22:04:13 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/libsmb/pylibsmb.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/pylibsmb.c b/source3/libsmb/pylibsmb.c
index 611d07a..d31409c 100644
--- a/source3/libsmb/pylibsmb.c
+++ b/source3/libsmb/pylibsmb.c
@@ -213,7 +213,6 @@ fail:
                        close(t->shutdown_pipe[1]);
                        t->shutdown_pipe[1] = -1;
                }
-               TALLOC_FREE(t);
        }
 
        TALLOC_FREE(self->thread_state);


-- 
Samba Shared Repository

Reply via email to