Martin von Gagern <Martin.vGagern@gmx.net>


Found
r871926, r871542

r871542 | cmpilato | 2008-05-27 16:22:14 +0000 (Tue, 27 May 2008)

* subversion/libsvn_ra/ra_loader.c
  (svn_ra_get_log2): Don't try to iterate over NULL 'paths' array.

Found by: Martin von Gagern <Martin.vGagern{_AT_}gmx.net>


r871926 | stsp | 2008-06-23 13:04:24 +0000 (Mon, 23 Jun 2008)

* build.conf: Make libsvn_ra depend on libsvn_delta unconditionally.
   It uses these symbols from libsvn_delta:
   svn_txdelta
   svn_txdelta_send_stream
   svn_txdelta_send_txstream
   svn_compat_wrap_file_rev_handler
   
   Because only the RA protocol libraries depended on libsvn_delta,
   libsvn_ra failed to load on its own if runtime module search
   was enabled.

   See https://bugs.launchpad.net/bzr-svn/+bug/242321 for details.

Found by: Martin von Gagern <Martin.vGagern@gmx.net>