Skip to content

Commit

Permalink
Merge pull request #21 from JustinCappos/patch-1
Browse files Browse the repository at this point in the history
Add uninitialized variables as a bullet point in addition to the header
  • Loading branch information
nellshamrell committed Apr 4, 2024
2 parents 4e7063d + 63af92c commit 5db901c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/definitions.md
Expand Up @@ -20,6 +20,7 @@ A memory safe by default language prevents (by default) common memory safety vul

* Null pointer deference
* Wild pointers
* Uninitialized variables being used

**Memory leak (memory usage is not tracked or is tracked incorrectly)**

Expand Down

0 comments on commit 5db901c

Please sign in to comment.