[Webkit-unassigned] [Bug 68744] Column width calculation wraps an unsigned int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 15:30:29 PDT 2011


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





--- Comment #1 from Levi Weintraub <leviw at chromium.org>  2011-10-13 15:30:28 PST ---
Just found another spot in Column layout where this occurs. RenderBlock::adjustRectForColumns overflows the unsigned "endColumn" variable  when laying out the <p> child in span-as-immediate-child-complex-splitting.html.

I'm a little confused why we need unsigned values here, but it seems bad to be relying on wrapping!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list