Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix write behind allocated memory in thread name setting (#34424)
The code in CorUnix::InternalSetThreadDescription is writing behind the end of the allocated memory in case the name is shorter than 16 characters. That is causing memory heap corruption.
- Loading branch information