You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid segmentation fault when failing to decode entry
If operating system doesn't has support for the required locale,
`ffi::archive_entry_pathname(...)` returns NULL and we need to error out
accordingly.
Fixes: #100
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
0 commit comments