[PR #2242] [MERGED] Convert fixed-size allocations to C++11 std::array #2411

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2242
Author: @gaul
Created: 7/30/2023
Status: Merged
Merged: 8/5/2023
Merged by: @ggtakec

Base: masterHead: c++/array


📝 Commits (1)

  • 4f3685c Convert fixed-size allocations to C++11 std::array

📊 Changes

6 files changed (+83 additions, -153 deletions)

View changed files

📝 src/common_auth.cpp (+6 -10)
📝 src/curl.cpp (+12 -15)
📝 src/gnutls_auth.cpp (+25 -50)
📝 src/nss_auth.cpp (+12 -30)
📝 src/openssl_auth.cpp (+21 -43)
📝 src/s3fs_auth.h (+7 -5)

📄 Description

This is safer and more efficient.


🔄 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/2242 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/30/2023 **Status:** ✅ Merged **Merged:** 8/5/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `c++/array` --- ### 📝 Commits (1) - [`4f3685c`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4f3685c1fead397ce6be586f92f12e81540eaa04) Convert fixed-size allocations to C++11 std::array ### 📊 Changes **6 files changed** (+83 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `src/common_auth.cpp` (+6 -10) 📝 `src/curl.cpp` (+12 -15) 📝 `src/gnutls_auth.cpp` (+25 -50) 📝 `src/nss_auth.cpp` (+12 -30) 📝 `src/openssl_auth.cpp` (+21 -43) 📝 `src/s3fs_auth.h` (+7 -5) </details> ### 📄 Description This is safer and more efficient. --- <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:24 +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#2411
No description provided.