dotnet/runtime
GitHub で見るdebugshim.cpp opens and gets handles to libraries, but doesn't close or store the handles
Open
#50,442 opened on 2021年3月30日
area-Diagnostics-coreclrhelp wanted
Repository metrics
- Stars
- (17,886 stars)
- PR merge metrics
- (平均マージ 12d 11h) (30d で 661 merged PRs)
説明
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.