You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2014/12/19 18:56:51 UTC

svn commit: r1646809 - /subversion/branches/1.7.x/STATUS

Author: philip
Date: Fri Dec 19 17:56:51 2014
New Revision: 1646809

URL: http://svn.apache.org/r1646809
Log:
* STATUS: Propose config pool fix.

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1646809&r1=1646808&r2=1646809&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Fri Dec 19 17:56:51 2014
@@ -102,6 +102,15 @@ Candidate changes:
    Votes:
      +1: julianfoad
 
+ * r1646785, r1646786, r1646797
+   Fix a pool handling bug in config variable expansion.
+   Justification:
+     Using memory after free is undefined behaviour.
+   Branch:
+     ^/subversion/branches/1.8.x-r1646797
+   Votes:
+     +1: philip
+
 Veto-blocked changes:
 =====================
 



Re: svn commit: r1646809 - /subversion/branches/1.7.x/STATUS

Posted by Branko Čibej <br...@wandisco.com>.
On 19.12.2014 18:56, philip@apache.org wrote:
> Author: philip
> Date: Fri Dec 19 17:56:51 2014
> New Revision: 1646809
>
>
> + * r1646785, r1646786, r1646797
> +   Fix a pool handling bug in config variable expansion.
> +   Justification:
> +     Using memory after free is undefined behaviour.
> +   Branch:
> +     ^/subversion/branches/1.8.x-r1646797
> +   Votes:
> +     +1: philip

Wrong backport branch ...

-- Brane