Disable msan errors on null allocation in all.sh

Such error was raised in platform tests,
and it's a valid test case.
Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
Andrzej Kurek
2023-07-05 08:32:43 -04:00
parent cf669b058b
commit 026235c4ec
+1
View File
@@ -191,6 +191,7 @@ pre_initialize_variables () {
# Platform tests have an allocation that returns null
export ASAN_OPTIONS="allocator_may_return_null=1"
export MSAN_OPTIONS="allocator_may_return_null=1"
# Gather the list of available components. These are the functions
# defined in this script whose name starts with "component_".