Chromium Code Reviews
Help | Chromium Project | Sign in
(12)

Issue 2739004: Add a category 1 suppression for a leak in FcFontSort(). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 11 months ago by Robert Sesek
Modified:
4 years ago
Reviewers:
Evan Martin
CC:
chromium-reviews
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Add a category 1 suppression for a leak in FcFontSort(). BUG=46177 TEST=CrOs Valgrind 3 goes green. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49297

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : Harder bottom frame #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M tools/valgrind/memcheck/suppressions.txt View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
Trybot results:
Commit: CQ not working?

Messages

Total messages: 3 (0 generated)
Robert Sesek
4 years, 11 months ago (2010-06-09 18:41:53 UTC) #1
Evan Martin
I worry this will obfuscate anyone who leaks the return value of FcFontSort, but LGTM
4 years, 11 months ago (2010-06-09 18:42:34 UTC) #2
Robert Sesek
4 years, 11 months ago (2010-06-09 18:44:57 UTC) #3
On 2010/06/09 18:42:34, Evan Martin wrote:
> I worry this will obfuscate anyone who leaks the return value of FcFontSort,
but
> LGTM

Valid concern. I updated the suppression to hopefully make it a little stricter.
The problem is that one variant goes through calloc and the other goes through
realloc.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be