RFR: 8281384: Random chars on paste from Windows clipboard [v9]
duke
duke at openjdk.org
Tue Apr 1 11:02:26 UTC 2025
On Mon, 31 Mar 2025 17:48:50 GMT, Oliver Schmidtmer <oschmidtmer at openjdk.org> wrote:
>> Windows programs may reuse a clipboard buffer that is larger than the new content. In this case de NUL terminator is not at the end of the buffer, but within it.
>> The current implementation copys the whole buffer into a text field, including the NUL terminator and the remaining chars.
>>
>> The JIRA ticket contains a JNA based sample program, which prefills the buffer for demonstrating this issue.
>> If this should be added as a unit test, I'm open for advice how to do that.
>
> Oliver Schmidtmer has updated the pull request incrementally with one additional commit since the last revision:
>
> explicit break
@Schmidor
Your change (at version 337a67fd708344af1ea9e641a0a2ed2d1e46510a) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1724#issuecomment-2768983040
More information about the openjfx-dev
mailing list