-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
3
-
2024-01-09 - I Grew Tired
Unchecked return value
If the function returns an error value, the error value may be mistaken for a normal value. Value returned from a function is not checked for errors before being used.
/bench/tiered/push_pull.c:255: CHECKED_RETURN 135328 Calling "sscanf" without checking return value (as is done elsewhere 16 out of 18 times).