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

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

Created:
10 years, 6 months ago by Robert Sesek
Modified:
9 years, 7 months 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

Messages

Total messages: 3 (0 generated)
Robert Sesek
10 years, 6 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
10 years, 6 months ago (2010-06-09 18:42:34 UTC) #2
Robert Sesek
10 years, 6 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.

Powered by Google App Engine
This is Rietveld 408576698