[all-commits] [llvm/llvm-project] 998511: [debugserver] Fix mutex scope in RNBRemote::CommDa...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Mar 13 15:12:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 998511c8ef577f330c90bf32db37d5f8305c53f3
https://github.com/llvm/llvm-project/commit/998511c8ef577f330c90bf32db37d5f8305c53f3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M lldb/tools/debugserver/source/RNBRemote.cpp
Log Message:
-----------
[debugserver] Fix mutex scope in RNBRemote::CommDataReceived (#131077)
The mutex in RNBRemote::CommDataReceived protects m_rx_packets and
should extend to the end of the function to cover the read where we
check if the list is empty.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list