Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix determin lib name varation logic (dotnet#79370)
When checking whether the suffix is contained, the size calcuation is wrong. In case of Linux, u".so" is defined to PLATFORM_SHARED_LIB_SUFFIX_W. So, string length (3) should be added to iterator. But, in the current implementation, ARRAY_SIZE(PLATFORM_SHARED_LIB_SUFFIX_W) (4) is added to iterator.
- Loading branch information