Julian Foad created SVN-4801:
--------------------------------
Summary: JavaHL blame() callback tries to send arbitrary line data
in a String parameter
Key: SVN-4801
URL: https://issues.apache.org/jira/browse/SVN-4801
Project: Subversion
Issue Type: Bug
Components: bindings_javahl
Affects Versions: 1.11.x
Reporter: Julian Foad
BlameCallback::singleLine(..., String line, ...)
should be
BlameCallback::singleLine(..., byte[] line, ...)
otherwise non-UTF-8 file data is likely to throw an exception here, with no
good work-around.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)