New issue
Advanced search Search tips

Issue 700721 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

count <= maxElementCountInBackingStore<T>() in HeapAllocator.h

Project Member Reported by ClusterFuzz, Mar 12 2017

Issue description

Comment 1 by sigbjo...@opera.com, Mar 12 2017

Components: Blink>Editing

Comment 2 by yosin@chromium.org, Mar 13 2017

Status: Available (was: Untriaged)
It seems we put 1M+ undo step into undo stack.
Infinite loop?

maxElementCountInBackingStore<UndoStep>() = maxHeapObjectSize / sizeof(UndoStep)


const size_t maxHeapObjectSizeLog2 = 27;
const size_t maxHeapObjectSize = 1 << maxHeapObjectSizeLog2;

Comment 3 by yosin@chromium.org, Mar 13 2017

Status: WontFix (was: Available)
Mark WontFix since the script attempts to create 10,451,671 UndoStep. It isn't usual case.

Sign in to add a comment