[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [RFC] auto-props-sdc Branch : Ready for Review

From: Paul Burba <ptburba_at_gmail.com>
Date: Fri, 26 Oct 2012 11:30:00 -0400

On Fri, Oct 26, 2012 at 11:21 AM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> Philip Martin <philip.martin_at_wandisco.com> writes:
>
>> ==15116== Conditional jump or move depends on uninitialised value(s)
>> ==15116== at 0x4E3A6DF: svn_client__get_paths_auto_props (add.c:244)
>> ==15116== by 0x4E3A914: add_file (add.c:300)
>> ==15116== by 0x4E3C464: add (add.c:1031)
>> ==15116== by 0x4E3C9C4: svn_client_add4 (add.c:1156)
>> ==15116== by 0x40787B: svn_cl__add (add-cmd.c:77)
>> ==15116== by 0x41A166: sub_main (main.c:2735)
>> ==15116== by 0x41A372: main (main.c:2790)
>
> That one is fixed by
>
> Index: ../src/subversion/libsvn_client/add.c
> ===================================================================
> --- ../src/subversion/libsvn_client/add.c (revision 1401908)
> +++ ../src/subversion/libsvn_client/add.c (working copy)
> @@ -187,7 +187,7 @@
> apr_pool_t *scratch_pool)
> {
> apr_hash_index_t *hi;
> - svn_boolean_t have_executable;
> + svn_boolean_t have_executable = FALSE;

Note that Mike already fixed that yesterday in r1402313.
Received on 2012-10-26 17:30:32 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.