[jdk13u-dev] RFR: 8283059: Uninitialized warning in check_code.c with GCC 11.2

Yuri Nesterenko yan at openjdk.org
Mon Oct 3 06:38:37 UTC 2022


On Fri, 30 Sep 2022 13:31:57 GMT, Roman Marchenko <duke at openjdk.org> wrote:

> Backport JDK-8283059
> This is a fix for GCC11's 'maybe-uninitialized' warning
> 
> There was a merge conflict at line 3824, because the backport restores the original code "buffer = malloc(length + 1)" removed previously by an intermediate change in upstream. The jdk13 repository still contain this line unchanged, so this is why the merge conflict occurs here. There is no need to apply any changes to this line in the backport.
> 
> No tier1 regression.

Marked as reviewed by yan (Reviewer).

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

PR: https://git.openjdk.org/jdk13u-dev/pull/414


More information about the jdk-updates-dev mailing list