<AWT Dev> Integrated: JDK-8262461: handle wcstombsdmp return value correctly in unix awt_InputMethod.c
Matthias Baesken
mbaesken at openjdk.java.net
Tue Mar 2 08:03:40 UTC 2021
On Fri, 26 Feb 2021 14:19:03 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> The function wcstombsdmp is called at a few places in awt_InputMethod.c.
> This function needs checking of a NULL return value and freeing of the memory allocated by this function. However this is missing at one place in the file.
This pull request has now been integrated.
Changeset: dd33a8ea
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/dd33a8ea
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
8262461: handle wcstombsdmp return value correctly in unix awt_InputMethod.c
Reviewed-by: psadhukhan, azvegint, aivanov
-------------
PR: https://git.openjdk.java.net/jdk/pull/2747
More information about the awt-dev
mailing list