Skip to content

Commit

Permalink
Fixes bug 713587, add __wrap_realloc to the prefix skiplist
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraxt committed Mar 21, 2012
1 parent d923ec9 commit bb664db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config/processorconfig.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ prefixSignatureRegEx = '|'.join([
'TouchBadMemory',
'pthread_mutex_lock',
'mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame',
'__wrap_realloc',
])

signaturesWithLineNumbersRegEx = cm.Option()
Expand Down

0 comments on commit bb664db

Please sign in to comment.