Use VARVERIFY32INIT on global variables that point to "tmp" memory.
commit70c94dd59bb2777a8e500be72847041d811f51d0
authorKevin O'Connor <kevin@koconnor.net>
Sat, 9 Mar 2013 00:39:49 +0000 (8 19:39 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 9 Mar 2013 00:55:26 +0000 (8 19:55 -0500)
treef6c4ff7f644b79b5c69e51912827af76ca5803f5
parent2af52da5ad01770efeb202605ebacb23ad5108a6
Use VARVERIFY32INIT on global variables that point to "tmp" memory.

Enable the recently added build check on global variables that are (or
contain) pointers to memory allocated by malloc_tmp().  This helps
detect cases where temporary memory is accessed after POST.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/boot.c
src/pci.c
src/pmm.c
src/romfile.c