Searched hist:"1708 d0a9917fea579cc9da3d87b154285abd2cd8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_imap.c | diff 1708d0a9917fea579cc9da3d87b154285abd2cd8 Wed Oct 04 02:40:40 CDT 2023 Manas Ghandat <ghandatmanas@gmail.com> jfs: fix array-index-out-of-bounds in diAlloc
[ Upstream commit 05d9ea1ceb62a55af6727a69269a4fd310edf483 ]
Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required.
Reported-by: syzbot+79d792676d8ac050949f@syzkaller.appspotmail.com Closes: https://syzkaller.appspot.com/bug?extid=79d792676d8ac050949f Signed-off-by: Manas Ghandat <ghandatmanas@gmail.com> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|