RFR: 8373475: Unintentional format string in logString of AccessInfo.cpp
Damon Nguyen
dnguyen at openjdk.org
Mon Dec 22 05:36:54 UTC 2025
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.
-------------
Commit messages:
- Initial commit
Changes: https://git.openjdk.org/jdk/pull/28950/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28950&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8373475
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/28950.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28950/head:pull/28950
PR: https://git.openjdk.org/jdk/pull/28950
More information about the client-libs-dev
mailing list