The source code does not follow desired style or formatting for indentation, white space, comments, etc.
N/A
Threat Mapped score: 1.8
Industry: Finiancial
Threat priority: P4 - Informational (Low)
N/A
N/A
Phase | Note |
---|---|
None listed. |
Intro: The usage of symbolic names instead of hard-coded constants is preferred.
Body: The following is an example of using a hard-coded constant instead of a symbolic name.
char buffer[1024]; ... fgets(buffer, 1024, stdin);