Re: [PATCH] erofs-utils: lib: fix tarerofs 32-bit overflows

2024-04-11 Thread Sandeep Dhavale via Linux-erofs
Looks good. Reviewed-by: Sandeep Dhavale Thanks, Sandeep.

Re: [PATCH] erofs-utils: lib: fix tarerofs 32-bit overflows

2024-04-11 Thread Jingbo Xu
On 4/11/24 6:00 PM, Gao Xiang wrote: > Otherwise, large files won't be imported properly. > > Fixes: e3dfe4b8db26 ("erofs-utils: mkfs: support tgz streams for tarerofs") > Fixes: 95d315fd7958 ("erofs-utils: introduce tarerofs") > Signed-off-by: Gao Xiang LGTM. Reviewed-by: Jingbo Xu > ---

[PATCH] erofs-utils: lib: fix tarerofs 32-bit overflows

2024-04-11 Thread Gao Xiang
Otherwise, large files won't be imported properly. Fixes: e3dfe4b8db26 ("erofs-utils: mkfs: support tgz streams for tarerofs") Fixes: 95d315fd7958 ("erofs-utils: introduce tarerofs") Signed-off-by: Gao Xiang --- lib/tar.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/l