Summary: | futimesat doesn't handle AT_FDCWD | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Mark Wielaard <mark> |
Component: | general | Assignee: | mcermak |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 3.25 GIT | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 506971 | ||
Attachments: |
proposed patch
proposed patch proposed patch |
Description
Mark Wielaard
2025-08-04 21:48:21 UTC
Created attachment 183803 [details]
proposed patch
Created attachment 183805 [details]
proposed patch
Created attachment 183808 [details]
proposed patch
(In reply to mcermak from comment #3) > Created attachment 183808 [details] > proposed patch Looks good. Pushed as: commit bdbce5686e4204d678814fa861d153c5bc5252f8 Author: Martin Cermak <mcermak@redhat.com> Date: Tue Aug 5 16:54:54 2025 +0200 The futimesat syscall wrapper doesn't handle AT_FDCWD Update futimesat syscall wrapper so that it doesn't consider the special value AT_FDCWD (-100) an invalid file descriptor. https://bugs.kde.org/show_bug.cgi?id=507868 |