mirror of
https://github.com/rclone/rclone.git
synced 2026-01-07 19:13:19 +00:00
Before this change, rclone could crash during modifyListing if a rename's srcNewName is known but not found in the srcList (srcNewName != "" && new == nil). This scenario should not happen, but if it does, we should print an error instead of crashing. On #8458 there is a report of this possibly happening on v1.68.2. It is unknown what the underlying issue was, and whether it still exists in the latest version, but if it does, the user will now see an error and debug info instead of a crash.