Skip to content

[fish] Use QByteArray for outBuf everywhere

Nicolas Fella requested to merge work/nico/fix-fish into master

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.

BUG: 479707

Merge request reports