Skip to content

Do early return for ServciesRunner::resolvedArgs in case of error

Alexander Lohnau requested to merge work/alex/services_early_ret into master

In this case, the args are empty and we would try to join an empty list. But in case of a malformed command, the executable name might still be env and we try to remove the first element from an empty list.

CCBUG: 495606

Edited by Alexander Lohnau

Merge request reports

Loading