Re: RFR: 8343618: Stack smashing in awt_InputMethod.c on Linux s390x

2025-05-16 Thread Andrew Haley
On Mon, 24 Mar 2025 13:41:44 GMT, Zdenek Zambersky wrote: > This fixes stack smashing issue in awt library on linux s390x. (jdk compiled > with `-fstack-protector-strong`) > > Fix is based on patch > [submitted](https://mail.openjdk.org/pipermail/awt-dev/2019-July/015337.html) > in JDK-822791

Re: RFR: 8336382: Fixes error reporting in loading AWT and fonts [v3]

2024-08-19 Thread Andrew Haley
On Wed, 24 Jul 2024 12:42:00 GMT, Karm Michal Babacek wrote: >> If there is a problem with finding and calling e.g. >> `java/awt/GraphicsEnvironment` in `AWTIsHeadless`, the env' Exception >> remains set and it is not cleared. Later, that manifests as: >> >> Fatal error reported via JNI: C

Re: RFR: 8336382: Fixes error reporting in loading AWT and fonts [v3]

2024-08-19 Thread Andrew Haley
On Mon, 15 Jul 2024 19:11:38 GMT, Phil Race wrote: > There is nothing in this PR that I would accept. It should be withdrawn. I think we're all finding it a bit hard to understand what to do. Is the problem that - This is not a bug? - This is not a bug that should be fixed? - The fix is wrong?

Re: RFR: 8296812: sprintf is deprecated in Xcode 14 [v4]

2022-11-14 Thread Andrew Haley
On Mon, 14 Nov 2022 05:32:20 GMT, Xue-Lei Andrew Fan wrote: >> Hi, >> >> May I have this update reviewed? >> >> The sprintf is deprecated in Xcode 14 because of security concerns, and the >> use of it causing building failure. The build could pass if warnings are >> disabled for codes that u