> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: woensdag 11 oktober 2017 05:08
> To: [email protected]
> Subject: svn commit: r1811786 -
> /subversion/trunk/subversion/bindings/swig/include/svn_types.swg
>
> Author: jamessan
> Date: Wed Oct 11 03:08:19 2017
> New Revision: 1811786
>
> URL: http://svn.apache.org/viewvc?rev=1811786&view=rev
> Log:
> * subversion/bindings/swig/include/svn_types.swg:
> (unsigned char digest typemap): When svn_md5_digest_to_cstring()
> returns NULL,
> pass an empty string to rb_str_new2().
This problem is so common we even have a special
svn_md5_digest_to_cstring_display() function for this case that explicitly
avoids returning NULL. You might want to switch to that version to document the
requested behavior.
(Found via the branch update from brane)
Bert