[jira] [Resolved] (SVN-4801) JavaHL blame() callback tries to send arbitrary line data in a String parameter
Branko Čibej (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 ]
Branko Čibej resolved SVN-4801.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.12.0
Fixed in r1851333.
> 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
> Fix For: 1.12.0
>
>
> 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)