mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[PR #1142] [MERGED] Expose base parameter in s3fs_strtoofft #1847
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#1847
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/1142
Author: @gaul
Created: 9/5/2019
Status: ✅ Merged
Merged: 9/8/2019
Merged by: @ggtakec
Base:
master← Head:base📝 Commits (1)
412876cExpose base parameter in s3fs_strtoofft📊 Changes
5 files changed (+13 additions, -13 deletions)
View changed files
📝
src/curl.cpp(+3 -3)📝
src/s3fs.cpp(+2 -2)📝
src/string_util.cpp(+2 -2)📝
src/string_util.h(+1 -1)📝
src/test_string_util.cpp(+5 -5)📄 Description
This fixes a regression from
ccf3e7bfa2which caused the misparsing of octal inputs for the
mp_umaskandumaskflags. It also allows some callers to be more precise about their
decimal inputs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.