RESOLVED FIXED 115431
Cap max CALayer tree depth to avoid crashes
https://bugs.webkit.org/show_bug.cgi?id=115431
Summary Cap max CALayer tree depth to avoid crashes
Simon Fraser (smfr)
Reported 2013-04-30 11:07:01 PDT
Cap max CALayer tree depth to avoid crashes
Attachments
Patch (12.47 KB, patch)
2013-04-30 11:25 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2013-04-30 11:25:56 PDT
Tim Horton
Comment 2 2013-04-30 11:33:21 PDT
Comment on attachment 200136 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=200136&action=review > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:64 > +static const int cMaxLayerTreeDepth = 250; I think the 'c' is unusual but you're just following this file.
Simon Fraser (smfr)
Comment 3 2013-04-30 22:03:27 PDT
Note You need to log in before you can comment on or make changes to this bug.