RFR: 8303830: update for deprecated sprintf for jdk.accessibility
Alexander Zuev
kizune at openjdk.org
Thu May 4 20:32:17 UTC 2023
On Wed, 8 Mar 2023 18:20:47 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:
> Hi,
>
> May I have this update reviewed?
>
> The sprintf is deprecated in Xcode 14, and Microsoft Virtual Studio, because of security concerns. The issue was addressed in [JDK-8296812](https://bugs.openjdk.org/browse/JDK-8296812) for building failure, and [JDK-8299378](https://bugs.openjdk.org/browse/JDK-8299378)/[JDK-8299635](https://bugs.openjdk.org/browse/JDK-8299635)/[JDK-8301132](https://bugs.openjdk.org/browse/JDK-8301132) for testing issues . This is a break-down update for sprintf uses in the jdk.accessibility module.
>
> Thanks,
> Xuelei
I tested this change on Windows using JAWS and built in jaccesswalker and jaccessinspector and found no problems caused by this change.
-------------
Marked as reviewed by kizune (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/12929#pullrequestreview-1413859880
More information about the client-libs-dev
mailing list