lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 23:09:25 +0800 From: Chao Yu <chao@...nel.org> To: Gao Xiang <hsiangkao@...ux.alibaba.com>, linux-erofs@...ts.ozlabs.org, Liu Bo <bo.liu@...ux.alibaba.com> Cc: LKML <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] erofs: fix misbehavior of unsupported chunk format check On 2021/9/22 17:51, Gao Xiang wrote: > Unsupported chunk format should be checked with > "if (vi->chunkformat & ~EROFS_CHUNK_FORMAT_ALL)" > > Found when checking with 4k-byte blockmap (although currently mkfs That means for 4k-byte blockmap, chunkformat should be zero, right? > uses inode chunk indexes format by default.) > > Fixes: c5aa903a59db ("erofs: support reading chunk-based uncompressed files") > Cc: Liu Bo <bo.liu@...ux.alibaba.com> > Cc: Chao Yu <chao@...nel.org> > Signed-off-by: Gao Xiang <hsiangkao@...ux.alibaba.com> Reviewed-by: Chao Yu <chao@...nel.org> Thanks,
Powered by blists - more mailing lists