Skip to content

Commit

Permalink
Bug 1932405 - Improve signatures involving checked pointers (#6812)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielesvelto authored Nov 27, 2024
1 parent c2e9117 commit 8d6449d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions socorro/signature/siglists/irrelevant_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,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 @@ -145,6 +147,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 Expand Up @@ -181,6 +184,7 @@ mozilla::SegmentedVector<T>::SegmentImpl<T>::
mozilla::Span<T>
mozilla::StringBuffer::AddRef
mozilla::StringBuffer::Release
mozilla::SupportsCheckedUnsafePtr<T>::~SupportsCheckedUnsafePtr
mozilla::TaskController::GetRunnableForMTTask
mozilla::TaskQueue::
mozilla::ThreadEventQueue
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 8d6449d

Please sign in to comment.