Matthew Burt


Patch
r1845408

r1845408 | brane | 2018-11-01 08:39:25 +0000 (Thu, 01 Nov 2018)

Prevent some coredumps when using JavaHL SVNClient::diff().

* subversion/bindings/javahl/native/SVNClient.cpp
  (SVNClient::diff): Replace NULL stderr stream in calls to
   svn_client_diff_peg6() and svn_client_diff6() with
   calls to svn_stream_empty().

Patch by: Matthew Burt