https://bugs.winehq.org/show_bug.cgi?id=37128
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Component|-unknown |atl Summary|Clang Static Analyzer: |Clang: Uninitialized |Uninitialized variable in a |variable in a condition in |condition |atl_ax.c Fixed by SHA1| |ec52a1f55700989f014851eef0a | |25641f8bc983a
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Kirill K. Smirnov from comment #5)
It seems bug is fixed. The uninitialized variable is now NULL (atl/atl_ax.c:1053) and clang analyzer does not complain too.
commit ec52a1f55700989f014851eef0a25641f8bc983a Author: Qian Hong qhong@codeweavers.com Date: Fri Jan 16 16:09:36 2015 +0800
atl: Improved content type handling of AtlAxCreateControlEx.
Assuming fixed.