[Webkit-unassigned] [Bug 53899] New: [Chromium][DRT] some PostDelayedTask() accesses possibly dangling this pointer.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Feb 6 18:43:14 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53899
Summary: [Chromium][DRT] some PostDelayedTask() accesses
possibly dangling this pointer.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: morrita at google.com
CC: fishd at chromium.org, tkent at chromium.org
In WebViewHost, there are several calls like:
webkit_support::PostDelayedTask(invokeFinishLastTextCheck, static_cast<void*>(this), 0);
But this is not safe when |this| object is deleted before the task callback is invoked.
Pointed at Bug 51013.
--
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