RFR: 8373474: 2 Unintentional format string defect groups in jabswitch.cpp [v3]
Damon Nguyen
dnguyen at openjdk.org
Mon Dec 22 23:36:32 UTC 2025
On Mon, 22 Dec 2025 23:08:19 GMT, Phil Race <prr at openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Revert
>
> src/jdk.accessibility/windows/native/jabswitch/jabswitch.cpp line 231:
>
>> 229: char str[100] = "assistive_technologies=com.sun.java.accessibility.AccessBridge\n";
>> 230: strcat_s(str, "screen_magnifier_present=true\n");
>> 231: fprintf(origFile, "%s", str);
>
> That isn't what I meant either.
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28949#discussion_r2641517861
More information about the client-libs-dev
mailing list