[PR #2626] [MERGED] Remove double free in DestroyCurlShareHandle #2678

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2626
Author: @gaul
Created: 12/27/2024
Status: Merged
Merged: 1/3/2025
Merged by: @ggtakec

Base: masterHead: curl-share/erase


📝 Commits (1)

  • 922224a Remove double free in DestroyCurlShareHandle

📊 Changes

2 files changed (+5 additions, -10 deletions)

View changed files

📝 src/curl_share.cpp (+4 -9)
📝 src/curl_share.h (+1 -1)

📄 Description

ShareHandles.erase implicitly calls this via the unique_ptr destructor.


🔄 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/2626 **Author:** [@gaul](https://github.com/gaul) **Created:** 12/27/2024 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `curl-share/erase` --- ### 📝 Commits (1) - [`922224a`](https://github.com/s3fs-fuse/s3fs-fuse/commit/922224a8153331c67e9c201f34cc68f1d5c397d4) Remove double free in DestroyCurlShareHandle ### 📊 Changes **2 files changed** (+5 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/curl_share.cpp` (+4 -9) 📝 `src/curl_share.h` (+1 -1) </details> ### 📄 Description `ShareHandles.erase` implicitly calls this via the `unique_ptr` destructor. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:45 +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#2678
No description provided.