https://bugs.kde.org/show_bug.cgi?id=465290

Harald Sitter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/-/commit/78d4364
                   |                            |677fbe658c6e05d19bb158f8954
                   |                            |03ccc9
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #32 from Harald Sitter <[email protected]> ---
Git commit 78d4364677fbe658c6e05d19bb158f895403ccc9 by Harald Sitter.
Committed on 14/12/2023 at 04:24.
Pushed by sitter into branch 'master'.

kpropertiesdialog: don't trip over malformed Exec

when the user incorrectly put env vars into the Program field the
resulting desktop file will be somewhat malformed and literally contain

> Exec='FOO=1 Bar'

this then needs careful handling when parsing so we don't accidentally
drain the execline list. when this scenario appears we'll need to assume
the last item in the list is the program as we can't really tell if it
is a program that looks like an env var or an env var without program

M  +8    -0    src/widgets/kpropertiesdialogbuiltin_p.cpp

https://invent.kde.org/frameworks/kio/-/commit/78d4364677fbe658c6e05d19bb158f895403ccc9

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to