diff options
| author | Michael Brown | 2012-05-04 18:12:49 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-05-04 18:16:35 +0200 |
| commit | 6f3e7e90fc3817920ff241aae03fa7f23bc527c6 (patch) | |
| tree | c6ac8fd214a9c906b2ad7558ca738c1c142fac3b /src/tests | |
| parent | [crypto] Fix memory leak in cms_verify_digest() (diff) | |
| download | ipxe-6f3e7e90fc3817920ff241aae03fa7f23bc527c6.tar.gz ipxe-6f3e7e90fc3817920ff241aae03fa7f23bc527c6.tar.xz ipxe-6f3e7e90fc3817920ff241aae03fa7f23bc527c6.zip | |
[malloc] Allow Valgrind to be used when all assertions are enabled
The free-memory-block traversal code triggers multiple warnings from
Valgrind when assertions are enabled, since the list consistency
checks performed by list_check() end up accessing areas that have been
marked as inaccessible.
Fix by ensuring that any memory areas that will be accessed by
list_check() are marked as defined when necessary.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests')
0 files changed, 0 insertions, 0 deletions
