Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udebug: fix crash in udebug_entry_vprintf with longer strings
The passed va_list ap cannot be used more than once. In order to deal with vsprintf retry, it needs to be copied first. Fixes a procd crash observed on several platforms. Signed-off-by: Felix Fietkau <nbd@nbd.name>
- Loading branch information