[PR #2387] [CLOSED] Demonstrate static checking with curl_handles_lock #2516

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2387
Author: @gaul
Created: 12/2/2023
Status: Closed

Base: masterHead: mutex/curl


📝 Commits (1)

  • a3bd6f0 Demonstrate static checking with curl_handles_lock

📊 Changes

16 files changed (+290 additions, -127 deletions)

View changed files

📝 .github/workflows/linux-ci-helper.sh (+9 -3)
📝 src/cache.cpp (+11 -11)
📝 src/cache.h (+3 -3)
📝 src/common.h (+6 -0)
📝 src/curl.cpp (+6 -6)
📝 src/curl.h (+4 -3)
📝 src/fdcache.cpp (+22 -22)
📝 src/fdcache.h (+6 -5)
📝 src/fdcache_auto.h (+1 -0)
📝 src/fdcache_entity.cpp (+37 -37)
📝 src/fdcache_entity.h (+15 -15)
📝 src/fdcache_fdinfo.cpp (+15 -15)
📝 src/fdcache_fdinfo.h (+2 -2)
src/mutex.h (+148 -0)
📝 src/s3fs_cred.cpp (+4 -4)
📝 src/s3fs_cred.h (+1 -1)

📄 Description

This can find missing locks at compile-time.


🔄 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/2387 **Author:** [@gaul](https://github.com/gaul) **Created:** 12/2/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mutex/curl` --- ### 📝 Commits (1) - [`a3bd6f0`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a3bd6f0445f3999a3c70693fdd791fedcce33b66) Demonstrate static checking with curl_handles_lock ### 📊 Changes **16 files changed** (+290 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux-ci-helper.sh` (+9 -3) 📝 `src/cache.cpp` (+11 -11) 📝 `src/cache.h` (+3 -3) 📝 `src/common.h` (+6 -0) 📝 `src/curl.cpp` (+6 -6) 📝 `src/curl.h` (+4 -3) 📝 `src/fdcache.cpp` (+22 -22) 📝 `src/fdcache.h` (+6 -5) 📝 `src/fdcache_auto.h` (+1 -0) 📝 `src/fdcache_entity.cpp` (+37 -37) 📝 `src/fdcache_entity.h` (+15 -15) 📝 `src/fdcache_fdinfo.cpp` (+15 -15) 📝 `src/fdcache_fdinfo.h` (+2 -2) ➕ `src/mutex.h` (+148 -0) 📝 `src/s3fs_cred.cpp` (+4 -4) 📝 `src/s3fs_cred.h` (+1 -1) </details> ### 📄 Description This can find missing locks at compile-time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:57 +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#2516
No description provided.