Bug 107810 - The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf' function under windows
Summary: The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf' function unde...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-03 14:40 UTC by asimiklit
Modified: 2018-09-21 10:33 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.