mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2234] [MERGED] Use C++11 nullptr instead of 0 or NULL #2401
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#2401
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/2234
Author: @gaul
Created: 7/27/2023
Status: ✅ Merged
Merged: 7/27/2023
Merged by: @ggtakec
Base:
master← Head:c++/nullptr📝 Commits (1)
13ad485Use C++11 nullptr instead of 0 or NULL📊 Changes
46 files changed (+537 additions, -538 deletions)
View changed files
📝
.clang-tidy(+1 -1)📝
src/addhead.cpp(+2 -2)📝
src/addhead.h(+1 -1)📝
src/bodydata.cpp(+4 -4)📝
src/bodydata.h(+1 -1)📝
src/cache.cpp(+3 -3)📝
src/cache.h(+7 -7)📝
src/common_auth.cpp(+3 -3)📝
src/curl.cpp(+86 -86)📝
src/curl.h(+1 -1)📝
src/curl_handlerpool.cpp(+1 -1)📝
src/curl_multi.cpp(+4 -4)📝
src/curl_util.cpp(+3 -3)📝
src/fdcache.cpp(+23 -23)📝
src/fdcache.h(+1 -1)📝
src/fdcache_auto.cpp(+12 -12)📝
src/fdcache_entity.cpp(+24 -25)📝
src/fdcache_entity.h(+3 -3)📝
src/fdcache_fdinfo.cpp(+5 -5)📝
src/fdcache_fdinfo.h(+2 -2)...and 26 more files
📄 Description
This improves type-safety.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.