mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2467] [MERGED] Prefer std::string::clear where possible #2553
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#2553
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/2467
Author: @gaul
Created: 6/9/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @ggtakec
Base:
master← Head:string/clear📝 Commits (1)
5de2e51Prefer std::string::clear where possible📊 Changes
9 files changed (+23 additions, -23 deletions)
View changed files
📝
src/curl.cpp(+6 -6)📝
src/fdcache.cpp(+1 -1)📝
src/fdcache_entity.cpp(+5 -5)📝
src/fdcache_fdinfo.cpp(+1 -1)📝
src/s3fs.cpp(+4 -4)📝
src/s3fs_cred.cpp(+1 -1)📝
src/s3objlist.cpp(+3 -3)📝
src/types.h(+1 -1)📝
test/write_multiblock.cc(+1 -1)📄 Description
This is somewhat more clear and is declared
noexcept.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.