> 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.
Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision: Combine fprintf ------------- Changes: - all: https://git.openjdk.org/jdk/pull/28950/files - new: https://git.openjdk.org/jdk/pull/28950/files/f6e89614..7ff146b4 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=28950&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28950&range=00-01 Stats: 2 lines in 1 file changed: 0 ins; 1 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
