Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
The input validation for this function appears to have a typo. Presumably "&&" was intended instead of "||":
if (pattern != LLAPI_LAYOUT_DEFAULT || pattern != LLAPI_LAYOUT_RAID0) { errno = EOPNOTSUPP; return -1; }
Landed for 2.8