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

2025-05-21 Thread duke
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: 8343618: Stack smashing in awt_InputMethod.c on Linux s390x

2025-05-20 Thread Zdenek Zambersky
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: 8343618: Stack smashing in awt_InputMethod.c on Linux s390x

2025-05-20 Thread Zdenek Zambersky
On Tue, 20 May 2025 14:18:06 GMT, Zdenek Zambersky wrote: >>> That looks right, and it should also be good for backports. The root cause >>> must be a bug in Xlib, though. Has anyone found it, or reported it? >> >> That was my thought too : "Looks reasonable although it seems an odd >> behavi

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

2025-05-20 Thread Zdenek Zambersky
On Fri, 16 May 2025 18:19:22 GMT, Phil Race wrote: > That looks right, and it should also be good for backports. The root cause > must be a bug in Xlib, though. Has anyone found it, or reported it? I have not identified the root cause. I think bug could also be in kinput2 or it's interaction w

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

2025-05-16 Thread Phil Race
On Fri, 16 May 2025 12:18:09 GMT, Andrew Haley wrote: > That looks right, and it should also be good for backports. The root cause > must be a bug in Xlib, though. Has anyone found it, or reported it? That was my thought too : "Looks reasonable although it seems an odd behaviour (bug?) of XGe

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

2025-05-16 Thread Amit Kumar
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: 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: 8343618: Stack smashing in awt_InputMethod.c on Linux s390x

2025-05-08 Thread Ichiroh Takiguchi
On Wed, 23 Apr 2025 15:10:29 GMT, Zdenek Zambersky wrote: >> Attaching jdk_awt jtreg results (with and without fix). >> [jdk-awt-results.tgz](https://github.com/user-attachments/files/19430946/jdk-awt-results.tgz) > >> @zzambers Sorry for my late reaction. Is it possible to add test result by >>

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

2025-05-07 Thread Phil Race
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: 8343618: Stack smashing in awt_InputMethod.c on Linux s390x

2025-04-23 Thread Zdenek Zambersky
On Mon, 24 Mar 2025 13:57:31 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-

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

2025-04-22 Thread Ichiroh Takiguchi
On Mon, 24 Mar 2025 13:57:31 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-

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

2025-03-24 Thread Zdenek Zambersky
This fixes stack smashing issue in awt library on linux s390x. (jdk compiled with `-fstack-protector-strong`) Fix is based on [patch](https://mail.openjdk.org/pipermail/awt-dev/2019-July/015337.html) submitted in JDK-8227919 review thread, rebased to master. They decided to go for Solaris only