|< < 35 > >|
class Foo { Bar* bar; }; Foo* foo = new Foo(); ...
Possible values of foo->bar:
Pointing into random memory violates referential integrity.