[PATCH] Coredump when javahl SVNClient::diff() called with diff-cmd set
From: <matthew.burt_at_nats.co.uk>
Date: Mon, 29 Oct 2018 15:36:06 -0000
[[[
SVNClient::diff() discards output to stderr by setting stderr parameters to NULL in some calls
Some of the called code can dereference the NULL in some situations. One
The documented interface to relevant routines does not say that stderr can be set to NULL in this way.
Observed in the 1.10.3 client
* subversion/bindings/javahl/native/SVNClient.cpp
(SVNClient::diff): Replace NULL stderr in calls to (deprecated) svn_client_diff_peg6()
]]]
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.