Renders the entire program meaningless if certain rules of the language are violated. Undefined behavior - cppreference.com
Undefined behaviour is the result of executing code with behaviour not described by the language spec (or standard).
- Many [[Generic Bugs]] are instances of [[Undefined Behaviour]]
Buffer overflows, null-pointer dereference, division/modulo zero, uninitialized reads, shifting a negative number.