Skip to content

Commit

Permalink
Fixes bug 720655, generalize Rtl and NtUser crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraxt committed Mar 21, 2012
1 parent cca48dc commit 06759a8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions scripts/config/processorconfig.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ prefixSignatureRegEx = '|'.join([
'nsRefPtr.*',
'nsTArray<.*',
'nsTArray_base<.*',
'NtUserMessageCall',
'NtUserWaitMessage',
'NtUser.*',
'objc_exception_throw',
'objc_msgSend',
'operator new\([^,\)]+\)',
Expand All @@ -217,14 +216,9 @@ prefixSignatureRegEx = '|'.join([
'realloc',
'recv',
'_RTC_Terminate',
'RtlAddAccessAllowedAce',
'RtlDeleteCriticalSection',
'RtlpAllocateAffinityIndex',
'RtlpDeCommitFreeBlock',
'RtlpFreeHandleForAtom',
'RtlpWaitForCriticalSection',
'RtlpWaitOnCriticalSection',
'RtlQueryPerformanceFrequency',
'Rtl.*',
'_Rtl.*',
'__Rtl.*',
'SEC_.*Item',
'seckey_.*',
'SECKEY_.*',
Expand Down

0 comments on commit 06759a8

Please sign in to comment.