Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jfs: Fix array index bounds check in dbAdjTree
Bounds checking tools can flag a bug in dbAdjTree() for an array index out of bounds in dmt_stree. Since dmt_stree can refer to the stree in both structures dmaptree and dmapctl, use the larger array to eliminate the false positive. Signed-off-by: Dave Kleikamp <[email protected]> Reported-by: butt3rflyh4ck <[email protected]>
- Loading branch information