Skip to content

Commit

Permalink
Bug 1943919 - Add TppRaiseInvalidParameter to the prefix list
Browse files Browse the repository at this point in the history
We don't want to add this function to the irrelevant list because it conveys an
important bit of information (that we're crashing because an invalid paramter
has been passed to a Windows system function), but we still want to skip over
it in order to be able to tell different crashes apart.
  • Loading branch information
gabrielesvelto committed Jan 27, 2025
1 parent aa5b567 commit 575e8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socorro/signature/siglists/prefix_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ strstr
syscall
SysFreeString
TlsGetValue
TppRaiseInvalidParameter
__ulock_wait
__unlink
unlink
Expand Down

0 comments on commit 575e8ed

Please sign in to comment.