Closed glebmk closed 4 years ago
Description | Example fixes |
---|---|
The result of calloc, which may return null flows to the first argument of memcpy. This could result in undefined behavior. Consider adding a check for nullness. Occurrences: | :wrench: Example fixes |
Memory leak. Memory is never freed if realloc fails to allocate memory. Occurrences: | :wrench: Example fixes |
DeepCode's analysis on #b8365e found:
Top issues
👉 View analysis in DeepCode’s Dashboard | Configure the bot