Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1932405 - Improve signatures involving checked pointers #6812

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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 Expand Up @@ -180,6 +183,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