dotnet/runtime
debugshim.cpp opens and gets handles to libraries, but doesn't close or store the handles
開放
#50,442 建立於 2021年3月30日
area-Diagnostics-coreclrhelp wanted
倉庫指標
- 星標
- (17,886 顆星)
- PR 合併指標
- (平均合併 12天 11小時) (30 天內合併 661 個 PR)
描述
debugshim.cpp's CLRDebuggingImpl::OpenVirtualProcess method obtains handles to a bunch of libraries:
But those handles are not kept around and are not used to close the libraries.