ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
32 stars 111 forks source link

macOS: Stop using sprintf in java.desktop #678

Closed knn-k closed 1 year ago

knn-k commented 1 year ago

This commit backports the changes for macOS from Java 21, replacing sprintf() by snprintf().