[PR #670] [MERGED] Fixed a bug in S3fsCurl::LocateBundle #1595

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/670
Author: @ggtakec
Created: 11/5/2017
Status: Merged
Merged: 11/5/2017
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

  • 5db550a Fixed a bug in S3fsCurl::LocateBundle

📊 Changes

1 file changed (+31 additions, -5 deletions)

View changed files

📝 src/curl.cpp (+31 -5)

📄 Description

Relevant Issue (if applicable)

#665

Details

Fixed a bug:
Originally, it searches libcurl for the CA file path corresponding to each OS, but if it still becomes the error CURLE_SSL_CACERT, it should have done the operation to set the environment variable.
This process was corrected because there was a problem, another value was to be set again after the CA path of the environment variable was set.


🔄 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/670 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 11/5/2017 **Status:** ✅ Merged **Merged:** 11/5/2017 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5db550a`](https://github.com/s3fs-fuse/s3fs-fuse/commit/5db550a29864248048c1ebd28e5d61f384024cfb) Fixed a bug in S3fsCurl::LocateBundle ### 📊 Changes **1 file changed** (+31 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+31 -5) </details> ### 📄 Description #### Relevant Issue (if applicable) #665 #### Details Fixed a bug: Originally, it searches libcurl for the CA file path corresponding to each OS, but if it still becomes the error CURLE_SSL_CACERT, it should have done the operation to set the environment variable. This process was corrected because there was a problem, another value was to be set again after the CA path of the environment variable was set. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:13 +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#1595
No description provided.