commit | 70c94dd59bb2777a8e500be72847041d811f51d0 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Mar 08 19:39:49 2013 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Mar 08 19:55:26 2013 -0500 |
tree | f6c4ff7f644b79b5c69e51912827af76ca5803f5 | |
parent | 2af52da5ad01770efeb202605ebacb23ad5108a6 [diff] |
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>