Author: danielsh
Date: Wed Jul 13 20:22:49 2011
New Revision: 1146381

URL: http://svn.apache.org/viewvc?rev=1146381&view=rev
Log:
* subversion/include/svn_checksum.h
  (svn_checksum_to_cstring_display): Document behaviour change.

Modified:
    subversion/trunk/subversion/include/svn_checksum.h

Modified: subversion/trunk/subversion/include/svn_checksum.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_checksum.h?rev=1146381&r1=1146380&r2=1146381&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_checksum.h (original)
+++ subversion/trunk/subversion/include/svn_checksum.h Wed Jul 13 20:22:49 2011
@@ -110,9 +110,11 @@ svn_checksum_dup(const svn_checksum_t *c
 
 
 /** Return the hex representation of @a checksum, allocating the string
- * in @a pool.
+ * in @a pool.  In 1.8+, @a checksum may be NULL
+ * and NULL will be returned in that case.
  *
  * @since New in 1.6.
+ * @note Passing NULL for @a checksum in 1.6/1.7 will cause a segfault.
  */
 const char *
 svn_checksum_to_cstring_display(const svn_checksum_t *checksum,


Reply via email to