scylladb icon indicating copy to clipboard operation
scylladb copied to clipboard

[Backport 6.2] http: Add missing thread_local specifier for static

Open scylladbbot opened this issue 10 months ago • 1 comments

Fixes #24447

Patch adding this somehow managed to leave out the thread_local specifier. While gnutls cert object can be shared across shards just fine, the actual shared_ptr here cannot, thus we could cause memory errors.

  • (cherry picked from commit 4a98c258f6d2df6067eb0d965c11ba7f3342eb1d)

Parent PR: #24514

scylladbbot avatar Jun 17 '25 11:06 scylladbbot

@elcallio - This PR was marked as draft because it has conflicts Please resolve them and mark this PR as ready for review

scylladbbot avatar Jun 17 '25 11:06 scylladbbot

  1. is EOL, closing.

denesb avatar Jul 01 '25 10:07 denesb