Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 324 Bytes

unknownSignCharArrayIndex.md

File metadata and controls

11 lines (6 loc) · 324 Bytes

Pattern: char type used as array index

Issue: -

Description

char type used as array index. Values greater that 127 will be treated depending on whether char is signed or unsigned on target platform.

Further Reading