This is an archive of the discontinued LLVM Phabricator instance.

Add a missing Mutex Locker in ResetCurrentInlinedDepth
ClosedPublic

Authored by loladiro on Oct 11 2015, 11:16 AM.

Details

Summary

This function reads m_frames, so it needs to lock the mutex like all other function that access m_frames. Found using AddressSanitizer.

Diff Detail

Repository
rL LLVM

Event Timeline

loladiro updated this revision to Diff 37050.Oct 11 2015, 11:16 AM
loladiro retitled this revision from to Add a missing Mutex Locker in ResetCurrentInlinedDepth.
loladiro updated this object.
loladiro added reviewers: clayborg, jingham.
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: lldb-commits.
clayborg accepted this revision.Oct 12 2015, 9:53 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Oct 12 2015, 9:53 AM
This revision was automatically updated to reflect the committed changes.