Skip to content

Fix an endless recursion when unpacking archives

Tom Moebert requested to merge tommo/ark:event-recursion into master

Previously, if a process kept spamming output on stdout, Ark would have continued to react on this output, even though it was about to kill that process. This may end in an endless recursion.

CCBUG: 426051

Merge request reports