mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
2f0ae0408d
* Fix exception in xattr module when existing extended attribute's value contains non-printable characters and the base64-encoded string contains a '=' sign * Added changelog fragment for #3675 * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
209 B
YAML
3 lines
209 B
YAML
bugfixes:
|
|
- xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError``
|
|
due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673).
|