mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2231] [MERGED] Refixed for cppcheck 2.1x #2403
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#2403
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/2231
Author: @ggtakec
Created: 7/25/2023
Status: ✅ Merged
Merged: 7/25/2023
Merged by: @gaul
Base:
master← Head:fix_cppcheck📝 Commits (1)
3bf920aRefixed for cppcheck 2.1x📊 Changes
20 files changed (+88 additions, -60 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -2)📝
Makefile.am(+1 -0)📝
src/cache.cpp(+8 -2)📝
src/curl.cpp(+35 -30)📝
src/fdcache.cpp(+1 -1)📝
src/fdcache.h(+1 -1)📝
src/fdcache_auto.cpp(+1 -1)📝
src/fdcache_auto.h(+1 -1)📝
src/fdcache_entity.cpp(+7 -7)📝
src/fdcache_entity.h(+2 -2)📝
src/fdcache_fdinfo.cpp(+8 -0)📝
src/fdcache_page.cpp(+2 -6)📝
src/openssl_auth.cpp(+3 -0)📝
src/s3fs.cpp(+7 -0)📝
src/s3fs_cred.cpp(+3 -3)📝
src/string_util.cpp(+1 -1)📝
src/threadpoolman.cpp(+2 -0)📝
test/cr_filename.c(+1 -1)📝
test/junk_data.c(+1 -1)📝
test/mknod_test.c(+1 -1)📄 Description
Relevant Issue (if applicable)
#2197
Details
Fixed a description error in ci.yml in #2197.
(Due to this description error, current code cannot be executed cppcheck.)
Also, #2197 was in the process of supporting cppcheck 2.1x, so I fixed it to support it correctly.
(verified with cppcheck 2.11.1)
The following parts have not been modified. (avoided by
suppressinline comment)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.