<AWT Dev> RFR: JDK-8262461: handle wcstombsdmp return value correctly in unix awt_InputMethod.c
Alexander Zvegintsev
azvegint at openjdk.java.net
Fri Feb 26 16:14: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.
Marked as reviewed by azvegint (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/2747
More information about the awt-dev
mailing list