mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00

* Handle xattr.read unicode errors by mimicking builtin xattr. Uses `bytes.decode` argument `errors="replace"` * Add changelog * Add newline * Add test for xattr.read and non-UTF-8 bytes. * Fix line break
164 B
164 B
mac_xattr.list and mac_xattr.read will replace undecode-able bytes to avoid raising CommandExecutionError. #63779