[PR #2234] [MERGED] Use C++11 nullptr instead of 0 or NULL #2401

Closed
opened 2026-03-04 02:05:21 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: c++/nullptr


📝 Commits (1)

  • 13ad485 Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2234 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/27/2023 **Status:** ✅ Merged **Merged:** 7/27/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `c++/nullptr` --- ### 📝 Commits (1) - [`13ad485`](https://github.com/s3fs-fuse/s3fs-fuse/commit/13ad4852aee3b8d6b89db19aaf973a08960c413c) Use C++11 nullptr instead of 0 or NULL ### 📊 Changes **46 files changed** (+537 additions, -538 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description This improves type-safety. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2401
No description provided.