Integrated: 8302671: libawt has a memmove decay error

Julian Waters jwaters at openjdk.org
Thu Feb 16 19:02:36 UTC 2023


On Thu, 16 Feb 2023 15:33:51 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> In libawt, the size parameter is issued by a sizeof on an array, which as expected decays into a pointer and breaks the cleanup code by giving the incorrect size

This pull request has now been integrated.

Changeset: e5042dd4
Author:    Julian Waters <jwaters at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e5042dd483d54216d0e82624bb964d9e029af484
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8302671: libawt has a memmove decay error

Reviewed-by: serb, prr, kcr

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

PR: https://git.openjdk.org/jdk/pull/12597



More information about the client-libs-dev mailing list