DynamoRIO / DynamoRIO/drmemory

using pattern mode to detect use after free before reuse

Open
#786 2 comments 0 reactions 0 assignees View on GitHub
Migrated Priority-Medium Type-Feature
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

_From [zhao...@google.com](https://code.google.com/u/106321947286816917100/) on February 14, 2012 16:45:42_

in pattern mode, the actually freed memory is neither in malloc rbtree nor in delayed free rbtree, in which case we cannot detect.
we can:
1. increase delayed free size
2. maintain the information in pattern malloc rbtree
3. check if the memory is in heap region.

_Original issue: http://code.google.com/p/drmemory/issues/detail?id=786_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.