]> git.hungrycats.org Git - linux/commit
jfs: don't walk off the end of ealist
authorlei lu <llfamsec@gmail.com>
Tue, 28 May 2024 18:30:40 +0000 (02:30 +0800)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Thu, 27 Jun 2024 13:43:07 +0000 (08:43 -0500)
commitd0fa70aca54c8643248e89061da23752506ec0d4
treeb27ab203cdd4e8c1223b70d0d97b52cfc0071e04
parent7063b80268e2593e58bee8a8d709c2f3ff93e2f2
jfs: don't walk off the end of ealist

Add a check before visiting the members of ea to
make sure each ea stays within the ealist.

Signed-off-by: lei lu <llfamsec@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/xattr.c