https://bugs.kde.org/show_bug.cgi?id=479707
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/kio-extras/-/commit/822 | |bd586b84c92b8e2fba67420e06e | |98c276c4a2 Resolution|--- |FIXED --- Comment #8 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 822bd586b84c92b8e2fba67420e06e98c276c4a2 by Nicolas Fella. Committed on 29/01/2024 at 20:06. Pushed by nicolasfella into branch 'master'. [fish] Use QByteArray for outBuf everywhere During authentication we fetch the password from the auth info and pass it to writeChild(), which points outBuf to it. However the authinfo password data disappears before we write. To fix this make outBuf own its data. M +14 -23 fish/fish.cpp M +0 -6 fish/fish.h https://invent.kde.org/network/kio-extras/-/commit/822bd586b84c92b8e2fba67420e06e98c276c4a2 -- You are receiving this mail because: You are watching all bug changes.