On Mon, 22 Dec 2025 05:30:11 GMT, Damon Nguyen <[email protected]> wrote:
> This update is to fix the potential issue where tmpbuf can be read as a > format argument for `fprintf`. I have added a specifier here to avoid this > issue since the string from tmpbuf is not guaranteed to not cause issues. > This update should make this print more reliable and safe to use. This pull request has now been integrated. Changeset: a59dbc51 Author: Damon Nguyen <[email protected]> URL: https://git.openjdk.org/jdk/commit/a59dbc5105b04234c501aa03474b82481658e5b5 Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod 8373475: Unintentional format string in logString of AccessInfo.cpp Reviewed-by: aivanov, prr, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/28950
