From: Eugene Syromiatnikov Date: Mon, 7 Jul 2025 13:14:31 +0000 (+0200) Subject: crypto/threads_lock_contention: typo: s/stack_info/stack_traces/ in ossl_init_rwlock_... X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd0b53a32c213d45b5c12eef06200a241fb609be;p=thirdparty%2Fopenssl.git crypto/threads_lock_contention: typo: s/stack_info/stack_traces/ in ossl_init_rwlock_contention_data Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/27983) --- 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) {