mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #678] Improve use of temporary files #382
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#382
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?
Originally created by @gaul on GitHub (Nov 18, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/678
GCC complains about one use of
tmpnam:Coverity complains about four uses of
tmpfile, recommendingmkstempinstead:https://scan3.coverity.com/doc/en/cov_checker_ref.html#static_checker_SECURE_TEMP
@ggtakec commented on GitHub (Nov 19, 2017):
@gaul Yes, thanks.
I found another warnning lines(JSONCPP in curl.cpp, singed/unsigned in curl.cpp) in latest codes, and I will try to fix.
Please wait a moment.
@ggtakec commented on GitHub (Nov 23, 2017):
Fixed by #688, thus closing this issue.