https://bugs.kde.org/show_bug.cgi?id=498888
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/kio-extras/-/commit/ede | |bcef5933836dd9bfc8d2cac9b68 | |bb43d71c41 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Méven <[email protected]> --- Git commit edebcef5933836dd9bfc8d2cac9b68bb43d71c41 by Méven Car, on behalf of Alex Hermann. Committed on 01/12/2025 at 13:43. Pushed by meven into branch 'master'. sftp: Fix detection of empty permissions Commit 04e710b6e5674fe39d314c20c31b956298a918c8 removed the check for mode < 0, but that is exactly what is fed to ::copy() and ::put() by their callers. Re-add the check and make the mode variable an int so a negative value doesn't get lost. M +4 -1 sftp/kio_sftp.cpp https://invent.kde.org/network/kio-extras/-/commit/edebcef5933836dd9bfc8d2cac9b68bb43d71c41 -- You are receiving this mail because: You are watching all bug changes.
