changes.mady.by.user Robert Seacord
Saved on Oct 31, 2007
...
MEM00-A. Allocate and free memory in the same module, at the same level of abstraction
MEM01-A. Set pointers to dynamically allocated memory to NULL or another valid pointer after they are releasedEliminate dangling pointers
MEM02-A. Do not cast the return value from malloc()