You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/05/13 15:51:32 UTC

svn propchange: r1481848 - svn:log

Author: brane
Revision: 1481848
Modified property: svn:log

Modified: svn:log at Mon May 13 13:51:32 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon May 13 13:51:32 2013
@@ -1 +1,12 @@
+Follow up to r1469519: Rearrange the code in cache-inprocess.c to avoid
+premature initialization.
+
+* subversion/libsvn_subr/cache-inprocess.c
+  (inprocess_cache_get_internal): Always return with *buffer and *size
+   set to known values.
+  (inprocess_cache_get): Move declarations of buffer and size inside
+   the block where they're actually used, and make sure *found and
+   *value_p are always initialized.
+
+Inadvertently committed:
 * configure.ac: Fix a typo in the typo fix.