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 2016/01/18 10:13:23 UTC

svn commit: r1725200 - /subversion/branches/1.8.x/STATUS

Author: stefan2
Date: Mon Jan 18 09:13:23 2016
New Revision: 1725200

URL: http://svn.apache.org/viewvc?rev=1725200&view=rev
Log:
* STATUS:
  Add r1722860,  r1722879 and r1722887 (portability).

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1725200&r1=1725199&r2=1725200&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Jan 18 09:13:23 2016
@@ -137,6 +137,24 @@ Candidate changes:
    Votes:
      +1: stsp
 
+ * r1722860, r1722879, r1722887
+   Memory access portability issues.
+   Justification:
+     Not complying to the C standard is bad.  At the very least we
+     improve the signal/noise ratio when using memory sanitizers.
+     Part of this patch set (r1722879) fixes a crash on SPARC that
+     apparently gets masked by some lucky caller pattern.
+     Finally, these changes make the code actually simpler.
+   Notes:
+     r1722860 fixes the issue originally reported on dev@.
+     r1722879 fixes a follow-up issue found by the SPARC buildbot.
+     r1722887 removes similar logic from the membuffer cache although
+              that had not been reported a faulty.
+   Branch:
+     ^/subversion/branches/1.8.x-portability
+   Votes:
+     +1: stefan2
+
 Veto-blocked changes:
 =====================