Shadowed Unit Frames

422 - Execution tainted by ShadowedUnitFrames

Found this in my log level 2 taint.log file.

1/4 11:45:38.506  Execution tainted by ShadowedUnitFrames while reading ShadowUF - Interface\AddOns\ShadowedUnitFrames\modules\auras.lua:99 positionButton()
1/4 11:45:38.506      Interface\AddOns\ShadowedUnitFrames\modules\auras.lua:267 updateButton()
1/4 11:45:38.506      Interface\AddOns\ShadowedUnitFrames\modules\auras.lua:503 scan()
1/4 11:45:38.506      Interface\AddOns\ShadowedUnitFrames\modules\auras.lua:608 ?()
1/4 11:45:38.506      Interface\AddOns\ShadowedUnitFrames\modules\units.lua:18 SUFUnittarget:FullUpdate()
1/4 11:45:38.506      Interface\AddOns\ShadowedUnitFrames\modules\units.lua:311 CheckUnitStatus()
1/4 11:45:38.506      Interface\AddOns\ShadowedUnitFrames\modules\units.lua:164
1/4 11:45:38.506      SUFUnittarget:Show()
1/4 11:45:38.506      Interface\FrameXML\SecureStateDriver.lua:83 SecureStateDriverManager_UpdateUnitWatch()
1/4 11:45:38.506      Interface\FrameXML\SecureStateDriver.lua:137

User When Change
sp00n Jan 04, 2012 at 11:47 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of sp00n sp00n Jan 14, 2012 at 16:25 UTC - 0 likes

    I'll try to remember to activate the taintlog for our raid tomorrow and see what results I get.

    The log entry above is from my first approach of identifying tainting addons, which resulted in a 500MB log file within about 2 minutes during a boss fight, so I may have missed a few entries for SUF (the "_" variable seems to be a popular target for taints these days, although I really see no reason why it should be a global variable at all).

    But as far as I remember I had only one addon with "addon blocked" messages, and this was not SUF.

  • Avatar of Everdreamer Everdreamer Jan 11, 2012 at 11:50 UTC - 0 likes

    In general execution taints are normal and happen all the time. On the other hand, global variable taints are bad. Can you see any suspicious "Global variable VARIABLE_NAME tainted by ADDON_NAME" around there? (Many are intended but some may look suspicious)

    Also taint issue is not a big deal until "An action was blocked because of taint from ADDON_NAME" happens a lot, do you see these happen in the log?

  • 2 comments

Facts

Reported
Jan 04, 2012
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees