mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-05 11:45:09 +00:00
ARRAY_SIZE(...) will return `3` for this array with members from 0 to 2, therefore arr[3] is out of bounds. The array length test is off by one and needs fixing. Signed-off-by: Auke Kok <auke.kok@versity.com>