mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
ee093d226c
After opening the fromfs iconv descriptor, the error check on line 725 tests ic->tofs (already verified above) instead of ic->fromfs. A failed iconv_open for the fromfs direction is silently ignored, leaving an invalid descriptor that causes undefined behavior in iconv_convpath. Signed-off-by: Abhinav Agarwal <abhinavagarwal1996@gmail.com>