What statement describes a memory leak vulnerability? Group of answer choicesA process attempts to store data in RAM beyond the boundaries of a fixed-length storage buffer.An application dynamically allocates memory but does not free that memory when finished using it.A pointer with a value of NULL is used as if it pointed to a valid memory area.A program captures the contents of memory in periodic intervals and saves the contents for later access.