From bd0b53a32c213d45b5c12eef06200a241fb609be Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Mon, 7 Jul 2025 15:14:31 +0200 Subject: [PATCH] crypto/threads_lock_contention: typo: s/stack_info/stack_traces/ in ossl_init_rwlock_contention_data MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/27983) --- crypto/threads_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/threads_pthread.c b/crypto/threads_pthread.c index 2a3d5cff25..ed04c54359 100644 --- a/crypto/threads_pthread.c +++ b/crypto/threads_pthread.c @@ -684,7 +684,7 @@ static ossl_inline void ossl_init_rwlock_contention_data(void) CRYPTO_THREAD_run_once(&init_contention_fp, init_contention_fp_once); __atomic_add_fetch(&rwlock_count, 1, __ATOMIC_ACQ_REL); { - struct stack_info *thread_stack_info; + struct stack_traces *thread_stack_info; thread_stack_info = CRYPTO_THREAD_get_local(&thread_contention_data); if (thread_stack_info == NULL) { -- 2.47.2