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/01/20 17:27:35 UTC

svn propchange: r1653256 - svn:log

Author: stefan2
Revision: 1653256
Modified property: svn:log

Modified: svn:log at Tue Jan 20 16:27:35 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jan 20 16:27:35 2015
@@ -1,3 +1,5 @@
 * subversion/libsvn_fs_x/cached_data.c
   (create_rep_state_body): Fix a valgrind warning. Ensure that even padding
-                           bytes of cache keys have a defined value.
+                           bytes of cache keys have a defined value. Not
+                           doing it will result in artificial cache misses
+                           but not in segfaults.