diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-05-04 17:12:49 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-05-04 17:16:35 +0100 |
commit | 6f3e7e90fc3817920ff241aae03fa7f23bc527c6 (patch) | |
tree | c6ac8fd214a9c906b2ad7558ca738c1c142fac3b /src/include/linux_api.h | |
parent | 793b8b08931c8a4b89a9ac3348670705b7d5183e (diff) | |
download | ipxe-6f3e7e90fc3817920ff241aae03fa7f23bc527c6.tar.gz |
[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/include/linux_api.h')
0 files changed, 0 insertions, 0 deletions