Oliver Stöneberg 59c3bd22e6
ProcessExecutor: removed unnecessary \0 passing in message reading/writing - fixes stray \0 characters in output (#5354)
This was introduced in #5279. We were transferring the terminating `\0`
via the pipe and also added another one in the parsing. As we are now
directly writing into a `std::string` these extra characters will now
show up in it. So just get rid of them.
2023-08-21 12:17:08 +02:00
..
2023-01-28 10:16:34 +01:00
2021-08-07 20:51:18 +02:00
2023-06-22 13:50:51 +02:00