Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 71d04b38aa6a1e5fd0064507739212e6b8aa5e67
https://github.com/WebKit/WebKit/commit/71d04b38aa6a1e5fd0064507739212e6b8aa5e67
Author: Antti Koivisto <[email protected]>
Date: 2026-02-24 (Tue, 24 Feb 2026)
Changed paths:
M Source/WTF/wtf/cocoa/RuntimeApplicationChecksCocoa.h
M Source/WTF/wtf/cocoa/RuntimeApplicationChecksCocoa.mm
M Source/WebCore/style/StyleTreeResolver.cpp
M Source/WebCore/style/StyleTreeResolver.h
Log Message:
-----------
Limit maximum render tree depth in maild
https://bugs.webkit.org/show_bug.cgi?id=308552
rdar://170948760
Reviewed by Alan Baradlay.
iOS maild is sometimes seeing some mails with unreasonable DOM/render tree
depth and crashes to stack exhaustion.
Paper this over for now by limiting the render tree depth futher (200 instead
of 512) specifically in maild.
Canonical link: https://commits.webkit.org/308133@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications