Re: [PATCH] jfs : fs array-index-out-of-bounds in txCommit

From: Manas Ghandat
Date: Thu Oct 05 2023 - 10:21:17 EST


On 04/10/23 00:46, Dave Kleikamp wrote:
The size of the xad array can be either XTROOTMAXSLOT or XTPAGEMAXSLOT depending on whether it is the root, imbedded in the inode, or not. It is currently declared with the smaller value so we can use xtpage_t within the inode.

I had promised to address this, but haven't gotten to it yet. I'll try to carve out some time to do that.

Thanks,
Shaggy

Can you guide with the workflow of how things should be done. I can try to work on it and resolve the issue.