svn commit: r1936768 - subversion/branches/1.15.x

[email protected] Fri, 31 Jul 2026 14:33:43 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <178550842347.750429.10636895482570293465@svn03-he-fi>
Author: kotkov
Date: Fri Jul 31 14:33:43 2026
New Revision: 1936768

Log:
* branches/1.15.x/STATUS: +1 for r1936337, approving.

Modified:
   subversion/branches/1.15.x/STATUS

Modified: subversion/branches/1.15.x/STATUS
==============================================================================
--- subversion/branches/1.15.x/STATUS	Fri Jul 31 13:11:28 2026	(r1936767)
+++ subversion/branches/1.15.x/STATUS	Fri Jul 31 14:33:43 2026	(r1936768)
@@ -61,14 +61,6 @@ Other candidate changes:
   Votes:
     +1: dsahlberg
 
-* r1936337
-  Parse dumpfile property length as unsigned integers. This rejects
-  negative lengths such as "V -1" before they are cast to apr_size_t.
-  Justification:
-    Subversion shouldn't crash even if the dump file is corrupt
-  Votes:
-    +1: dsahlberg, ivan
-
 Veto-blocked changes:
 =====================
 
@@ -103,3 +95,11 @@ Approved changes:
     1.15.x-r1936304
   Votes:
     +1: ivan, dsahlberg, kotkov
+
+* r1936337
+  Parse dumpfile property length as unsigned integers. This rejects
+  negative lengths such as "V -1" before they are cast to apr_size_t.
+  Justification:
+    Subversion shouldn't crash even if the dump file is corrupt
+  Votes:
+    +1: dsahlberg, ivan, kotkov