Bug 107810

Summary: The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf' function under windows
Product: Mesa Reporter: asimiklit <andrey.simiklit>
Component: OtherAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description asimiklit 2018-09-03 14:40:51 UTC
MSDN:
"va_end must be called on each argument list that's initialized
 with va_start or va_copy before the function returns."
Comment 1 asimiklit 2018-09-03 14:53:20 UTC
Solution is suggested:
https://patchwork.freedesktop.org/patch/246968/
Comment 2 Juan A. Suarez 2018-09-21 10:33:02 UTC
This landed upstream. Closing.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.