[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3292-g3356b95

Derrell Lipman derrell.lipman at unwireduniverse.com
Wed Dec 17 17:23:13 GMT 2008


On Wed, Dec 17, 2008 at 12:18 PM, Volker Lendecke <vlendec at samba.org> wrote:

> The branch, v3-2-test has been updated
>       via  3356b95f72e26ede4ab16a12c334be90b8b1a639 (commit)
>      from  7f36de6906811d4f0428b75c79c72b17b8ccfcef (commit)
>
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test
>
>
> - Log -----------------------------------------------------------------
> commit 3356b95f72e26ede4ab16a12c334be90b8b1a639
> Author: Volker Lendecke <vl at sernet.de>
> Date:   Wed Dec 17 18:14:09 2008 +0100
>
>    Fix a valgrind error
>
>    Reported by naga_kishore_kommuri at yahoo.com
>
>    Derrel, please check!


Looks right to me.

Derrell


>
>
>    Thanks,
>
>    Volker
>
> -----------------------------------------------------------------------
>
> Summary of changes:
>  source/libsmb/libsmb_xattr.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
>
> Changeset truncated at 500 lines:
>
> diff --git a/source/libsmb/libsmb_xattr.c b/source/libsmb/libsmb_xattr.c
> index 7ae872d..4b20122 100644
> --- a/source/libsmb/libsmb_xattr.c
> +++ b/source/libsmb/libsmb_xattr.c
> @@ -198,12 +198,13 @@ convert_sid_to_string(struct cli_state *ipc_cli,
>                return;
>        }
>
> -       TALLOC_FREE(ctx);
>        /* Converted OK */
>
>        slprintf(str, sizeof(fstring) - 1, "%s%s%s",
>                 domains[0], lp_winbind_separator(),
>                 names[0]);
> +
> +       TALLOC_FREE(ctx);
>  }
>
>  /* convert a string to a SID, either numeric or username/group */
>
>
> --
> Samba Shared Repository
>


More information about the samba-cvs mailing list