spa-json: fix va_list APIs for different architectures
The va_list type might not always be a pointer in some architectures, so we cannot guarantee it will be modified after using it for a second time in another function. This fixes the issue by using macros so args does not get copied, and always gets modified when using it more than once.
Loading
-
mentioned in issue #194 (closed)
-
mentioned in issue #206 (closed)
-
mentioned in issue #216 (closed)
-
mentioned in issue pipewire#2172
-
mentioned in issue pipewire#3179 (closed)
Please register or sign in to comment