Closed siredmar closed 4 years ago
Description | Example fixes |
---|---|
Leaking memory. Button is allocated on the heap and never freed. In function main. Occurrences: | :wrench: Example fixes |
Using strcat can lead to severe buffer overflow vulnerabilities. Use the safe alternative strncat instead. Occurrences: | :wrench: Example fixes |
The expression will always evaluate to true because both sides always hold the same value. Occurrences: | :wrench: Example fixes |
Fixes #14 for single player missions and campaigns