-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
wtperf/wtperf.h
337static inline void
338extract_key(char *key_buf, uint64_t *keynop)
339{
CID 1345809 (#1 of 1): Unchecked return value (CHECKED_RETURN)
1. check_return: Calling sscanf without checking return value (as is done elsewhere 4 out of 5 times).
340 sscanf(key_buf, "%" SCNu64, keynop);
341}
- is depended on by
-
SERVER-23140 WiredTiger changes for MongoDB 3.3.4
-
- Closed
-
- links to