Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Issue 17225: Mask a UMR caused by ScriptShape. (Closed)

Created:
11 years, 11 months ago by eroman
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Mask a UMR caused by ScriptShape. BUG=5309 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7650

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelper.cpp View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
eroman
Unfortunately I can't use MemoryDebug::MarkAsInitialized() since that would add a dependency on base/ from third_party/WebKit. ...
11 years, 11 months ago (2009-01-07 01:35:12 UTC) #1
Erik does not do reviews
11 years, 11 months ago (2009-01-07 01:57:31 UTC) #2
LGTM

For future reference, maintaining filters isn't the end of the world as long as
we're sure that this is a real false positive (as we are here) and we don't
think the filter is likely to mask another real bug in the future.  Since the
code in question is complex, I think the chance of masking is not tiny, so I
think that it's OK to do this ZeroMemory approach.  For simpler, more isolated
cases, I think a filter is fine.

Powered by Google App Engine
This is Rietveld 408576698