Skip to content

Commit

Permalink
Bug 1932405 - Improve signatures involving checked pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielesvelto committed Nov 20, 2024
1 parent ad98d8c commit 9bb697b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions socorro/signature/siglists/irrelevant_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ mozcrt19\.dll
mozilla::AlignedBuffer<T>::Data
mozilla::ArrayIterator<T>
mozilla::Atomic<T>
mozilla::CheckCheckedUnsafePtrs<T>::Check
mozilla::CheckingPolicyAccess::NotifyCheckFailure
mozilla::detail::Atomic
mozilla::detail::BaseAutoLock
mozilla::detail::BaseMonitorAutoLock
Expand All @@ -144,6 +146,7 @@ mozilla::detail::IntrinsicMemoryOps
mozilla::detail::MemoryOperations
mozilla::detail::MutexImpl
mozilla::detail::RunnableMethodImpl<T>::RunnableMethodImpl
mozilla::detail::SupportCheckedUnsafePtrImpl<T>
mozilla::detail::ThreadLocalNativeStorage<T>::get
mozilla::detail::ThreadLocal<T>::get
mozilla::detail::VariantImplementation<T>::
Expand Down
2 changes: 1 addition & 1 deletion socorro/signature/siglists/prefix_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ memset
MessageLoop::PostTask_Helper
MessageLoop::PostTask
moz_malloc_size_of
mozilla::CheckCheckedUnsafePtrs<T>::Check
mozilla::CheckedInt
mozilla::CrashOnDanglingCheckedUnsafePtr::NotifyCheckFailure
mozilla::detail::InvalidArrayIndex_CRASH
mozilla::detail::nsTStringRepr<T>::
mozilla::Variant<T>::
Expand Down

0 comments on commit 9bb697b

Please sign in to comment.