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

"Daniel Sahlberg (Jira)" <[email protected]> Thu, 5 Oct 2023 08:23:00 +0000 (UTC)
Newsgroups gmane.comp.version-control.subversion.issues
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/SVN-4801?page=3Dcom.atlassian.=
jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Sahlberg closed SVN-4801.
--------------------------------

> JavaHL blame() callback tries to send arbitrary line data in a String par=
ameter
> -------------------------------------------------------------------------=
------
>
>                 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 =C4=8Cibej
>            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
(v8.20.10#820010)