This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
Threat: Ability to deference and access uninitialized pointers #6
Labels
bug
Something isn't working
Due to the lack of flow state analysis the compiler currently does not check the initialisation state of a variable before it interacts with it. Hence you can dereference and attempt to read the value of an uninitialized pointer which results in a segfault due to out of bounds memory access
The text was updated successfully, but these errors were encountered: