Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 270 Bytes

literalWithCharPtrCompare.md

File metadata and controls

11 lines (6 loc) · 270 Bytes

Pattern: Literal with char ptr compare

Issue: -

Description

String literal compared with variable foo. Did you intend to use strcmp() instead?

Further Reading