forked from DynamoRIO/drmemory
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#1833: use drwrap's retaddr to find the nosy heap caller
Switches to using drwrap's stored retaddr slot to find the caller when analyzing whether a nosy heap routine made an allocation that we have to leave native. The prior method of using our callstack walk's stack scan resulted in some errors, which are fatal when dealing with nosy heap routines that crash when the heap header does not match what they expect. Fixes DynamoRIO#1833 Review-URL: https://codereview.appspot.com/281950043
- Loading branch information
1 parent
62952ea
commit a8ce653
Showing
1 changed file
with
44 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters