uninitialized memory
Memory that has been allocated but has not been initialized by a program. Reading from uninitialized memory can cause spurious program behavior and intermittent program crashes, depending on the unpredictable values read.
(C) Copyright IBM Corporation 1993, 2010.