File Details
2.4
- R
- Jun 10, 2026
- 26.11 KB
- 58
- 12.0.5+3
- Classic + 3
File Name
Krowi_Util-v2.4.zip
Supported Versions
- 12.0.5
- 5.5.3
- 2.5.5
- 1.15.8
Fixed (2.4)
GameTooltip:Hide()inIcon:OnAddonCompartmentLeaveis now called viasecurecallto prevent UI taint (dev note: callingGameTooltip:Hide()directly from addon code marks theGameTooltipobject as tainted; this cascades throughGameTooltip_ClearWidgetSet→UpdateWidgetLayout→DefaultWidgetLayout→LayoutFrame.lua, producing repeatedattempt to compare a secret number value (execution tainted by ...)errors that auto-fire every ~20–30 seconds, commonly triggered by hovering map POIs or entering/leaving combat; wrapping insecurecallkeeps the call in a protected context so Blizzard's layout code never sees the taint)