[jira] [Assigned] (SVN-4801) JavaHL blame() callback tries to send arbitrary line data in a String parameter
"Julian Foad (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.issues |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/SVN-4801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Julian Foad reassigned SVN-4801:
--------------------------------
Assignee: Branko Čibej
> 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
> Assignee: Branko Čibej
> Priority: Major
>
> 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)