Re: Please check your QProcess/KProcess invokations

2022-01-31 Thread Thiago Macieira
On Monday, 31 January 2022 08:46:19 PST Albert Astals Cid wrote: > QProcess has this ?undocumented? feature that when you do > QProcess::start("bloblo") it will start bloblo from the current working > directory (CWD) if it's there and it's not in PATH (at least on Linux) That's a bug. > But we ha

Please check your QProcess/KProcess invokations

2022-01-31 Thread Albert Astals Cid
veryone since everyone I mention this, is surprised. Unfortunately this has lead to a relatively nasty issue in ktexteditor/kate has published today in https://kde.org/info/security/advisory-20220131-1.txt But we have those programming mistakes in lots of places (probably not as easily exploitable