Complete
Details
Assignee
Andrew WalkerAndrew WalkerReporter
Andrew WalkerAndrew WalkerLabels
Time remaining
0mComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Andrew Walker
Andrew WalkerReporter
Andrew Walker
Andrew WalkerLabels
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created April 29, 2022 at 11:04 AM
Updated July 1, 2022 at 5:56 PM
Resolved April 29, 2022 at 2:22 PM
Add additional logic in source3/smbd/reply.c for case where
destination file exists, i.e. stat(2) for file does not fail
with ENOENT. In this case, compare inode numbers of the two
files and if they're identical, allow vfs_renameat() to proceed.
This in turn passes the rename operation through the VFS stack
to a module that moves file through intermediate one.