You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Julian Foad (JIRA)" <ji...@apache.org> on 2019/01/14 14:34:01 UTC

[jira] [Created] (SVN-4801) JavaHL blame() callback tries to send arbitrary line data in a String parameter

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)