]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
crypto/threads_lock_contention: typo: s/stack_info/stack_traces/ in ossl_init_rwlock_...
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 7 Jul 2025 13:14:31 +0000 (15:14 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 7 Aug 2025 15:02:51 +0000 (11:02 -0400)
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27983)

crypto/threads_pthread.c

index 2a3d5cff25da9093133587ef121a6d38913e0232..ed04c54359a699a90d15ff5eba8bc973a8f5cb73 100644 (file)
@@ -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) {