[PR #2498] [MERGED] Disable thread safety analysis on conditional locks #2580

Closed
opened 2026-03-04 02:06:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2498
Author: @gaul
Created: 7/13/2024
Status: Merged
Merged: 7/15/2024
Merged by: @ggtakec

Base: masterHead: thread-safety/conditional


📝 Commits (2)

  • 27990d6 Disable thread safety analysis on conditional locks
  • 951ca46 Merge branch 'master' into thread-safety/conditional

📊 Changes

3 files changed (+7 additions, -4 deletions)

View changed files

📝 src/common.h (+3 -0)
📝 src/curl.h (+2 -2)
📝 src/openssl_auth.cpp (+2 -2)

📄 Description

Clang does not support this:

https://clang.llvm.org/docs/ThreadSafetyAnalysis.html#conditional-locks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2498 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/13/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `thread-safety/conditional` --- ### 📝 Commits (2) - [`27990d6`](https://github.com/s3fs-fuse/s3fs-fuse/commit/27990d6743cb6ca5ec38d7c91d6df57f22b4626f) Disable thread safety analysis on conditional locks - [`951ca46`](https://github.com/s3fs-fuse/s3fs-fuse/commit/951ca4638ecda84dafe457825f4f2e8b186df734) Merge branch 'master' into thread-safety/conditional ### 📊 Changes **3 files changed** (+7 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/common.h` (+3 -0) 📝 `src/curl.h` (+2 -2) 📝 `src/openssl_auth.cpp` (+2 -2) </details> ### 📄 Description Clang does not support this: https://clang.llvm.org/docs/ThreadSafetyAnalysis.html#conditional-locks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2580
No description provided.