You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2016/04/11 19:07:41 UTC

svn commit: r1738608 - /subversion/branches/1.9.x/STATUS

Author: rhuijben
Date: Mon Apr 11 17:07:41 2016
New Revision: 1738608

URL: http://svn.apache.org/viewvc?rev=1738608&view=rev
Log:
* STATUS: Cast vote. Approve out of bound read fix.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1738608&r1=1738607&r2=1738608&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Mon Apr 11 17:07:41 2016
@@ -150,15 +150,15 @@ Candidate changes:
    Votes:
      +1: danielsh
 
- * r1738259
-   Fix out of bounds read when sizeof(svn_revnum_t) < sizeof(svn_revnum_t *).
-   Justification:
-     Undefined behaviour.
-   Votes:
-     +1: danielsh, ivan
-
 Veto-blocked changes:
 =====================
 
 Approved changes:
 =================
+
+ * r1738259
+   Fix out of bounds read when sizeof(svn_revnum_t) < sizeof(svn_revnum_t *).
+   Justification:
+     Undefined behaviour.
+   Votes:
+     +1: danielsh, ivan, rhuijben