utf8_to_ucs2() should check for malloc failure
utf8_to_ucs2() is calling malloc() without checking the result.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D13933
utf8_to_ucs2() should check for malloc failure Tags None Referenced Files None Subscribers None
Description
Details
|