X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2FChangeLog;h=1cd5e0d73c58d15f010bb210fbd84e4d9b6a2bb3;hp=b8a68e765711ff5fd018b452d333ea49a14fd66e;hb=4ec89d12608076029dd94c1018f7c7e0871a7750;hpb=d4bef7b59782281efc5b16f441ee9cb35d38d2f3;ds=sidebyside diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index b8a68e765711..1cd5e0d73c58 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2014-01-02 Myles C. Maxfield + + Crash in WebCore::translateIntersectionPointsToSkipInkBoundaries + https://bugs.webkit.org/show_bug.cgi?id=126252 + + Reviewed by Alexey Proskuryakov. + + This test causes intermediateTuples, a Vector of tuples of floats, to have enough + entries to cause a realloc. In my tests, the realloc seems to always allocate the + next area of memory (without unmapping any old pages), so this test only crashes + if guardMalloc is used. + + * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-crash-many-gaps-expected.txt: Added. + * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-crash-many-gaps.html: Added. + 2014-01-02 Sam Weinig Update Promises to the https://github.com/domenic/promises-unwrapping spec