Dereference after null check
Either the check against null is unnecessary, or there may be a null pointer dereference. Pointer is checked against null but then dereferenced anyway
/src/tiered/tiered_handle.c:458: FORWARD_NULL 120015 Comparing "tiered_cfg" to null implies that "tiered_cfg" might be null.