Fix Heap-use-after-free Bug
Add a new member variable LayoutTableCell::is_spanning_collapsed_row_ so that there is no need to access LayoutTableSection::RowHasVisibilityCollapse in LayoutTableCell. This avoids using the memory that has already been freed. Bug: 750016 Change-Id: I1838a775f3b45315b2dee3e15942af0dff0c5955 Reviewed-on: https://chromium-review.googlesource.com/594935Reviewed-by:Morten Stenshorne <mstensho@opera.com> Commit-Queue: Joy Yu <joysyu@google.com> Cr-Commit-Position: refs/heads/master@{#491139}
Showing
Please register or sign in to comment