mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2426] [CLOSED] Use xmlFreeNsList to deallocate xmlNsPtr #2533
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#2533
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/2426
Author: @gaul
Created: 3/5/2024
Status: ❌ Closed
Base:
master← Head:xml-free-ns-list📝 Commits (1)
ea8109bUse xmlFreeNsList to deallocate xmlNsPtr📊 Changes
2 files changed (+1 additions, -6 deletions)
View changed files
📝
src/s3fs.h(+0 -5)📝
src/s3fs_xml.cpp(+1 -1)📄 Description
Previously
xmlFreeonly freed the top-level allocation and not the entire linked list. Multiple namespaces should be rare but perhaps some S3 implementations have both a global and local namespace. ThexmlFree(void*)prototype hid the type mismatch.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.