Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 282 Bytes

invalidScanfFormatWidth.md

File metadata and controls

11 lines (6 loc) · 282 Bytes

Pattern: Invalid scanf() format width

Issue: -

Description

Width given in format string is larger than destination buffer, use %-1s to prevent overflowing it.

Further Reading