DynamoRIO / DynamoRIO/dynamorio

on private library RtlDestroyHeap, free all interior blocks

Open
#385 0 comments 0 reactions 0 assignees View on GitHub
Migrated OpSys-Windows Priority-Low
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on February 16, 2011 18:21:35_

I extended private library isolation to cover more than just the default heap, but one aspect takes more than a wrapper to implement: on RtlDestroyHeap we need to iterate over all blocks in the heap and free them.
would have to keep a list of blocks.
For now we assume all private heaps practice individual dealloc
instead of whole-pool-free, which is the case for things like
kernel32!_crtheap.

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

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.