In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds read in addmissingindices
stbl is s8 but it must contain offsets into slot which can go from 0 to 127.
Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir return with error if addmissing_indices returns with an error.