You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2014/04/10 19:39:59 UTC

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

Author: julianfoad
Date: Thu Apr 10 17:39:58 2014
New Revision: 1586385

URL: http://svn.apache.org/r1586385
Log:
* STATUS: Add notes to r1580832, the svnrdump load segfault fix.

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=1586385&r1=1586384&r2=1586385&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Thu Apr 10 17:39:58 2014
@@ -272,10 +272,13 @@ Candidate changes:
 
  * r1580832
    svnrdump: resolve segfault on 'svnrdump load' deleting an 'svn:*' property
+   Issue #4490.
    Justification:
      Simple fix for a segfault
    Votes:
      +1: rhuijben, ivan
+     +0: julianfoad (Looks like an obvious fix. I would like to have a
+                     regression test; I'm working on one.)
 
  * r1573106, r1573209
    A more stringent test for whether the compiler accepts a given option.