fix EncodeUTF8, DecodeUTF8 (#2540)
* check sizeof(wchar_t) * EncodeUTF8: use unsigned operand * DecodeUTF8: use unsigned operand * EncodeUTF8: check array size * DecodeUTF8: check array size * replace sprintf with snprintf * zero initialize * remove outdated macro * remove outdated macro in clzma
Showing
Please register or sign in to comment