mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
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 <andrzej.kurek@arm.com>
This commit is contained in:
@@ -190,6 +190,7 @@ pre_initialize_variables () {
|
|||||||
|
|
||||||
# Platform tests have an allocation that returns null
|
# Platform tests have an allocation that returns null
|
||||||
export ASAN_OPTIONS="allocator_may_return_null=1"
|
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
|
# Gather the list of available components. These are the functions
|
||||||
# defined in this script whose name starts with "component_".
|
# defined in this script whose name starts with "component_".
|
||||||
|
Reference in New Issue
Block a user