Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 272 Bytes

stlIfFind.md

File metadata and controls

11 lines (6 loc) · 272 Bytes

Pattern: Suspicious find() condition

Issue: -

Description

Suspicious condition. The result of find() is an iterator, but it is not properly checked.

Further Reading