Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix loader crash when UTF8 space exceeds UTF16 space.
The code that converts the clink_???.exe UTF16 command line to UTF8 took an unsafe shortcut and assumed the UTF8 representations would always take fewer bytes than the UTF16 representations. But that is of course not true, and the code could crash. This has been fixed.
- Loading branch information