diff options
| author | nechda <[email protected]> | 2025-03-14 07:50:08 +0300 |
|---|---|---|
| committer | nechda <[email protected]> | 2025-03-14 08:24:58 +0300 |
| commit | fc52653bb09f36bfddc2be311639b3cc97bbeb47 (patch) | |
| tree | 9a288aa1063660df1437d5d664de10ee5291426c | |
| parent | 966423b597ccf441554d7cc3705f66197afd8a28 (diff) | |
Dont sanitize OpenSSL init function
commit_hash:a0afc0a8138dbe50df27d0096f8e500232d9dbc3
| -rw-r--r-- | contrib/libs/openssl/crypto/cryptlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libs/openssl/crypto/cryptlib.c b/contrib/libs/openssl/crypto/cryptlib.c index 1f36b20c86e..96740099482 100644 --- a/contrib/libs/openssl/crypto/cryptlib.c +++ b/contrib/libs/openssl/crypto/cryptlib.c @@ -94,6 +94,7 @@ static variant_char *ossl_strchr(const variant_char *str, char srch) # define OPENSSL_CPUID_SETUP typedef uint64_t IA32CAP; +__attribute__((no_sanitize("memory", "address"))) void OPENSSL_cpuid_setup(void) { static int trigger = 0; |
