mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-08-26 11:29:19 -04:00
4d2860a9f5
setlocale() can fail, returning NULL, which will lead to a crash in iconv_new(). Fix it like in iconv_help(). Signed-off-by: Lixiaokeng <lixiaokeng@huawei.com>