mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
- Added missing ConvertFromUnicode checks - If ConvertToUnicode allocates memory, guarantee the null termination similar to ConvertFromUnicode's implementation - Fixed some TestUnicodeConversion.c CTest return values - Added some CTests for ConvertFromUnicode and ConvertToUnicode - Misc code and protocol hardening fixes in the surrounding code regions that have been touched