On 2020/11/27 22:33, Gao Xiang wrote:
> From: Gao Xiang <[email protected]>
>
> erofs_buf_write_bhops can only be safely used for block-aligned
> buffers, otherwise, it could write random out-of-bound data due
> to buffer alignment. Such random data is meaningless but it does
> harm to reproducable builds.
>
> Fixes: 116ac0a254fc ("erofs-utils: introduce shared xattr support")
> Reported-by: Huang Jianan <[email protected]>
> Signed-off-by: Gao Xiang <[email protected]>
> ---
> lib/xattr.c | 18 +++++++++++++++++-
> 1 file changed, 17 insertions(+), 1 deletion(-)
>
It looks good
Reviewed-by: Li Guifu <[email protected]>
Thanks,