[Webkit-unassigned] [Bug 206610] Crash in RenderBlockFlow::adjustLinePositionForPagination() with complex line without root box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 23 11:37:35 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206610

zalan <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #388472|review?                     |review+
              Flags|                            |

--- Comment #6 from zalan <zalan at apple.com> ---
Comment on attachment 388472
  --> https://bugs.webkit.org/attachment.cgi?id=388472
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=388472&action=review

> Source/WebCore/rendering/RenderBlockFlow.cpp:1813
> +            if (!firstRootBox)
> +                return;

I think what we want here is to ignore the firstRootBox when it is nullptr but still call setPaginationStrut() (not that it matters since this is such an edge case)
(and please use the attached test reduction)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200123/50748d2e/attachment-0001.htm>


More information about the webkit-unassigned mailing list