On 2024/8/21 05:01, Sandeep Dhavale wrote:
parse_one_xattr() will return null if it detects unidentified xattr.
In such cases we need to skip this xattr which was our intention than
try to add it in erofs_xattr_add() which results in null pointer
dereference.
Fixes: 3037f8958f3b ("erofs-utils: skip all unidentified xattrs from local
paths")
Signed-off-by: Sandeep Dhavale <[email protected]>
Thanks, applied. Thanks, Gao Xiang
