Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 276 Bytes

stlcstr.md

File metadata and controls

11 lines (6 loc) · 276 Bytes

Pattern: Dangerous use of c_str()

Issue: -

Description

Dangerous usage of c_str(). The c_str() return value is only valid until its string is deleted.

Further Reading