-
Bug
-
Resolution: Fixed
-
P3
-
21
-
b22
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8310699 | 17.0.9 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8311273 | 11.0.21 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
/linuxmuslx86_64/jdk-dev/src/java.desktop/share/native/libharfbuzz/OT/glyf/Glyph.hh:281:8: error: offset '4' outside bounds of constant string [-Werror=array-bounds]
281 | bool get_points (hb_font_t *font, const accelerator_t &glyf_accelerator,
| ^~~~~~~~~~
/linuxmuslx86_64/jdk-dev/src/java.desktop/share/native/libharfbuzz/hb-static.cc:45:16: note: '_hb_NullPool' declared here
45 | uint64_t const _hb_NullPool[(HB_NULL_POOL_SIZE + sizeof (uint64_t) - 1) / sizeof (uint64_t)] = {};
| ^~~~~~~~~~~~
/linuxmuslx86_64/jdk-dev/src/java.desktop/share/native/libharfbuzz/OT/glyf/Glyph.hh:281:8: error: offset '4' outside bounds of constant string [-Werror=array-bounds]
281 | bool get_points (hb_font_t *font, const accelerator_t &glyf_accelerator,
| ^~~~~~~~~~
/linuxmuslx86_64/jdk-dev/src/java.desktop/share/native/libharfbuzz/hb-static.cc:45:16: note: '_hb_NullPool' declared here
45 | uint64_t const _hb_NullPool[(HB_NULL_POOL_SIZE + sizeof (uint64_t) - 1) / sizeof (uint64_t)] = {};
We use gcc12 on Alpine.
Switching off the warning as error fixes the issue.
- backported by
-
JDK-8310699 gcc12 based Alpine build broken build after JDK-8307301
- Resolved
-
JDK-8311273 gcc12 based Alpine build broken build after JDK-8307301
- Resolved
- relates to
-
JDK-8307301 Update HarfBuzz to 7.2.0
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/c99f1e01
-
Commit openjdk/jdk17u-dev/f8e0f6ea
-
Commit openjdk/jdk/d2e0e534
-
Review openjdk/jdk11u-dev/2012
-
Review openjdk/jdk17u-dev/1480
-
Review openjdk/jdk/13859