mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1949] [MERGED] Fixed errors reported by cppcheck 2.8 #2267
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#2267
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/1949
Author: @ggtakec
Created: 5/25/2022
Status: ✅ Merged
Merged: 5/25/2022
Merged by: @ggtakec
Base:
master← Head:fix_cppcheck_28📝 Commits (1)
96da31fFixed errors reported by cppcheck 2.8📊 Changes
7 files changed (+57 additions, -51 deletions)
View changed files
📝
src/bodydata.cpp(+1 -1)📝
src/curl.cpp(+23 -20)📝
src/curl_multi.cpp(+3 -3)📝
src/s3fs.cpp(+4 -4)📝
src/s3fs_util.cpp(+2 -2)📝
src/s3fs_xml.cpp(+21 -21)📝
src/sighandlers.cpp(+3 -0)📄 Description
Relevant Issue (if applicable)
n/a
Details
It seems that the version of cppcheck has been upgraded from 2.7 to 2.8 on some macos runners.
Along with that, some errors were reported, so we took corrective action.
(Still, it doesn't seem to be all macos runners)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.