View Single Post
02-02-22, 03:46 AM   #1
glupikreten
A Theradrim Guardian
Join Date: Apr 2009
Posts: 60
Taint Global Vars

Hi,

In taint.log i see "Global variable CHAT_FLAG_AFK tainted by ..."

_G.CHAT_FLAG_AFK = "[AFK] "

How can i do this without tainting anything... is that possible?

Also i see that

SLASH_RELOAD1 = "/rl"
SlashCmdList["RELOAD"] = function(msg)
ReloadUI()
end

also causes
Global variable SLASH_RELOAD1 tainted by ....


Is there a way to avoit taint or some tainting are unavoidable?

My taint.log sometimes gets to 200mb... All addons are causing taint.. questie, tsm, custom frame addons, dbm etc....
Is tainting something that you just ignore? I mean.. how sometimes my bugsack catches taint error and usually not all the while taint log is filled with millions of taints?

Last edited by glupikreten : 02-02-22 at 03:52 AM.
  Reply With Quote