add hooks to debug OpenSSL memory #101626
Build linux-x64 Debug Mono_Interpreter_LibrariesTests failed
Annotations
Check failure on line 1485 in src/native/libs/System.Security.Cryptography.Native/openssl.c
azure-pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)
src/native/libs/System.Security.Cryptography.Native/openssl.c#L1485
src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,34): error G99A21378: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_malloc_fn' (aka 'void *(*)(unsigned long, const char *, int)') to parameter of type 'void *(*)(size_t)' (aka 'void *(*)(unsigned long)') [-Werror,-Wincompatible-function-pointer-types-strict]
Check failure on line 1485 in src/native/libs/System.Security.Cryptography.Native/openssl.c
azure-pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)
src/native/libs/System.Security.Cryptography.Native/openssl.c#L1485
src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,50): error G99A21378: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_realloc_fn' (aka 'void *(*)(void *, unsigned long, const char *, int)') to parameter of type 'void *(*)(void *, size_t)' (aka 'void *(*)(void *, unsigned long)') [-Werror,-Wincompatible-function-pointer-types-strict]
Check failure on line 1485 in src/native/libs/System.Security.Cryptography.Native/openssl.c
azure-pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)
src/native/libs/System.Security.Cryptography.Native/openssl.c#L1485
src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,67): error G99A21378: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_free_fn' (aka 'void (*)(void *, const char *, int)') to parameter of type 'void (*)(void *)' [-Werror,-Wincompatible-function-pointer-types-strict]
Check failure on line 67 in src/native/libs/build-native.proj
azure-pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)
src/native/libs/build-native.proj#L67
src/native/libs/build-native.proj(67,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""/__w/1/s/src/native/libs/build-native.sh" x64 Debug outconfig net9.0-linux-Debug-x64 -os linux -numproc 4 -cross " exited with code 2.