JFS: Fix off-by-one error in dbNextAG
In certain situations, dbNextAG set db_agpref to db_numag, with is one higher than the last valid value. This will eventually result in a trap.
Showing
Please register or sign in to comment
In certain situations, dbNextAG set db_agpref to db_numag, with is one higher than the last valid value. This will eventually result in a trap.