<AWT Dev> RFR: JDK-8262461: handle wcstombsdmp return value correctly in unix awt_InputMethod.c

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Fri Feb 26 15:40:38 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.

Marked as reviewed by psadhukhan (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/2747


More information about the awt-dev mailing list