This is an archive of the discontinued LLVM Phabricator instance.

[LSAN] Fix pthread_create interceptor to ignore leaks in real pthread_create.
ClosedPublic

Authored by kstoimenov on Feb 2 2023, 12:36 PM.

Diff Detail

Event Timeline

kstoimenov created this revision.Feb 2 2023, 12:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2023, 12:36 PM
Herald added a subscriber: Enna1. · View Herald Transcript
kstoimenov requested review of this revision.Feb 2 2023, 12:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2023, 12:36 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Feb 7 2023, 3:24 PM
vitalybuka added inline comments.
compiler-rt/lib/hwasan/hwasan_interceptors.cpp
49

Comment why, something like "See ASAN version" is OK

This revision is now accepted and ready to land.Feb 7 2023, 3:24 PM
kstoimenov marked an inline comment as done.Feb 8 2023, 12:03 PM

Addressed comments.

This revision was landed with ongoing or failed builds.Feb 8 2023, 12:36 PM
This revision was automatically updated to reflect the committed changes.
kstoimenov reopened this revision.Feb 8 2023, 1:56 PM
This revision is now accepted and ready to land.Feb 8 2023, 1:56 PM
kstoimenov updated this revision to Diff 495966.Feb 8 2023, 2:54 PM

Re-disable leak_check_before_thread_started.cpp.

This revision was landed with ongoing or failed builds.Feb 8 2023, 2:56 PM
This revision was automatically updated to reflect the committed changes.