Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Lustre 2.14.0
-
3
-
9223372036854775807
Description
it looks like both do
if ((rc = -zap_cursor_retrieve(it->ozi_zc, za)))
RETURN(ERR_PTR(rc));
But in fact it could return a wildly positive value that would break ERR_PTR as advised by smatch?