DynamoRIO/drmemory

Add size= and offset= qualifiers to leak and possible leak suppressions

Open

#759 创建于 2014年11月28日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C (289 fork)auto 404
Component-LeakCheckComponent-SuppressionMigratedPriority-MediumType-Featurehelp wanted

仓库指标

Star
 (2,727 star)
PR 合并指标
 (PR 指标待抓取)

描述

From rnk@google.com on January 19, 2012 16:01:18

This is to support issue #741 . For leak suppressions where we don't have good symbols, as in issue #18 , it can help make the suppression more precise without resorting to something brittle like mod+offs.

The size= qualifier is fairly obvious in its simplest form. We could support a syntax for alternate sizes, such as size=18|24|32, and perhaps ranges (size=32<=x<=48)?.

The offset qualifier is useful for possible leaks where we have something like an SLIST_ENTRY embedded in a struct, as occurred in issue #18 ole32!EventEntry::CreatePoolEntry.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=759

贡献者指南