The branch, v3-6-test has been updated
       via  5b4e40c Remember to free the second temporary string. (cherry 
picked from commit c23e7292bc6406588182f87b61186087ba472ac3)
      from  ed06e45 Fix bug 7950 - Samba 3.5.x fails 
BASE-CREATEX_SHAREMODES_DIR smbtorture4 test We need to revalidate the pathname 
once re-constructed from a root fsp.

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


- Log -----------------------------------------------------------------
commit 5b4e40c0b0fe495dd38c5599e792aabcde6322e9
Author: Jeremy Allison <[email protected]>
Date:   Wed Feb 23 18:32:35 2011 -0800

    Remember to free the second temporary string.
    (cherry picked from commit c23e7292bc6406588182f87b61186087ba472ac3)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index f9c8c45..0c8886d 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -3540,6 +3540,7 @@ NTSTATUS get_relative_fid_filename(connection_struct 
*conn,
 
  out:
        TALLOC_FREE(parent_fname);
+       TALLOC_FREE(new_base_name);
        return status;
 }
 


-- 
Samba Shared Repository

Reply via email to