vulgraph opened issue #13233:
Looking at
release-28.0.0for the CVE-2026-24116 backport (upstream728fa071). It doesn't appear to have landed.
check path branch sha post-fix marker present? force-reg binding cranelift/codegen/src/isa/x64/lower.isleab44d23ano disas regression tests/disas/f64-copysign.wat— no (file absent) wast regression tests/misc_testsuite/f64-copysign.wast— no (file absent) The vulnerable
fcopysignrules are still the original two-let form (onlysign_bit), and the commentforce into reg so we don't sink a 128-bit load.doesn't appear in the file. So this is the pre-fix code path, not just a rename.Happy to prepare the backport — it's effectively 4 lines in
lower.isleplus the two test files. Just want to confirmrelease-28.0.0is still receiving security fixes.— vulgraph
cfallin closed issue #13233:
Looking at
release-28.0.0for the CVE-2026-24116 backport (upstream728fa071). It doesn't appear to have landed.
check path branch sha post-fix marker present? force-reg binding cranelift/codegen/src/isa/x64/lower.isleab44d23ano disas regression tests/disas/f64-copysign.wat— no (file absent) wast regression tests/misc_testsuite/f64-copysign.wast— no (file absent) The vulnerable
fcopysignrules are still the original two-let form (onlysign_bit), and the commentforce into reg so we don't sink a 128-bit load.doesn't appear in the file. So this is the pre-fix code path, not just a rename.Happy to prepare the backport — it's effectively 4 lines in
lower.isleplus the two test files. Just want to confirmrelease-28.0.0is still receiving security fixes.— vulgraph
cfallin commented on issue #13233:
Yet again (previously: #13220, #13221, #13222, #13232), we only support LTS's and two most recent releases. v28 is not supported, sorry. Please do not file any more issues before referring to our documentation on this topic.
vulgraph commented on issue #13233:
Acknowledged the support policy — release-28.0.0 is outside that window. No further action.
Last updated: May 03 2026 at 22:13 UTC