mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2387] [CLOSED] Demonstrate static checking with curl_handles_lock #2516
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2516
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2387
Author: @gaul
Created: 12/2/2023
Status: ❌ Closed
Base:
master← Head:mutex/curl📝 Commits (1)
a3bd6f0Demonstrate 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.