-
Notifications
You must be signed in to change notification settings - Fork 481
unsupported operation: renameat2, openat, openat2, ... #3931
Copy link
Copy link
Open
Labels
A-filesArea: related to files, paths, sockets, file descriptors, or handlesArea: related to files, paths, sockets, file descriptors, or handlesA-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementS-blockedStatus: blocked on something happening somewhere elseStatus: blocked on something happening somewhere else
Metadata
Metadata
Assignees
Labels
A-filesArea: related to files, paths, sockets, file descriptors, or handlesArea: related to files, paths, sockets, file descriptors, or handlesA-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementS-blockedStatus: blocked on something happening somewhere elseStatus: blocked on something happening somewhere else
Type
Fields
Give feedbackNo fields configured for issues without a type.
libc::renameat2is a fairly commonly used function on Linux (especially since it is the only way of doing atomic file swaps on Linux withRENAME_EXCHANGE) that Miri does not yet support: