You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/08/10 13:42:15 UTC

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

Author: stefan2
Date: Mon Aug 10 11:42:15 2015
New Revision: 1695024

URL: http://svn.apache.org/r1695024
Log:
* STATUS: Add r1695022.

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=1695024&r1=1695023&r2=1695024&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Mon Aug 10 11:42:15 2015
@@ -85,6 +85,19 @@ Candidate changes:
    Votes:
      +1: stefan2
 
+ * r1695022
+   Fix incomplete membuffer cache initialization.
+   Justification:
+     Most users won't be hit by this because the OS hands out nicely zeroed
+     memory pages which we won't recycle until the end of the process. So,
+     this problem primarily hits people running a setup that deliberately
+     poisons memory upon allocation (APR pool debugging, MSVC debug malloc).
+     However, those who use very small caches and initialize them late in
+     the application's lifetime, might get recycled / "dirty" memory blocks
+     as well ending up with segfaults etc.
+   Votes:
+     +1: stefan2
+
 Veto-blocked changes:
 =====================