Skip to content

control: cli: copy va_list before usage

The va_list will be used multiple times, so it needs to be copied before each usage. Without this, it crashes when doing stop / play.

Merge request reports