RFR: 8296812: sprintf is deprecated in Xcode 14 [v12]
Xue-Lei Andrew Fan
xuelei at openjdk.org
Tue Nov 29 08:04:55 UTC 2022
On Sun, 27 Nov 2022 07:57:46 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> How about renaming the existing os::snprintf to something like os::snprintf_unchecked, make os::snprintf the checked version, ...
The name `snprintf` may implies the function in C. For that purpose, I may use a name different from`snprintf`, but I have no idea what it could be.
-------------
PR: https://git.openjdk.org/jdk/pull/11115
More information about the hotspot-dev
mailing list