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 2010/12/16 13:12:30 UTC

svn propchange: r1003986 - svn:log

Author: julianfoad
Revision: 1003986
Modified property: svn:log

Modified: svn:log at Thu Dec 16 12:12:30 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Dec 16 12:12:30 2010
@@ -1,3 +1,6 @@
+Ensure the correct type of NULL pointer is passed as a sentinel to the
+variadic function apr_pstrcat().
+
 Starting with version 4, gcc has been printing irritating warnings about
 "missing sentinels in function call" for virtually every call to apr_pstrcat().