RFR: 8373475: Unintentional format string in logString of AccessInfo.cpp [v2]

Damon Nguyen dnguyen at openjdk.org
Mon Dec 22 20:34:57 UTC 2025


On Mon, 22 Dec 2025 12:48:07 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Combine fprintf
>
> src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp line 101:
> 
>> 99: 
>> 100:     fprintf(logfile, "%s", tmpbuf);
>> 101:     fprintf(logfile, "\n");
> 
> Suggestion:
> 
>     fprintf(logfile, "%s\n", tmpbuf);

Updated, thanks!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28950#discussion_r2641152237


More information about the client-libs-dev mailing list