← WebKit Silent-Fix Report — 2026-W22

b88376b534  TextLayout: Avoid unchecked call arguments

severity low class UAF confidence 0.40 WebCore graphics text
Vitor Roriz Thu May 28 06:44:56 2026 -0700 full: b88376b5347ed68504cdf3106942a0bddb17fea2 bug report ↗ view on GitHub ↗
Primitive: unprotected RenderStyle reference passed to constructTextRun
Triage note: SaferCPP unchecked-arg fix wrapping style() in protect(), defensive lifetime hardening.

Security-relevant, below the exploitable-grade bar for a full root-cause writeup. The triage verdict is above; the side-by-side patch is below.

Before / after

Loading diff…