Page 1 of 1
CensusPlus 4.1.4 taint issues
Posted: Thu Nov 08, 2007 6:14 am
by galmok
This addon causes taint issues.
Reproduce doing this:
Open chat prompt, type "/target ", shift click a name from the chatwindow and press return. This will cause taint issues with the TargetUnit() function. I think hooksecurefunc needs to be used if possible.
Posted: Thu Nov 08, 2007 9:39 am
by Rollie
I'll take a peek at this later today.
Posted: Thu Nov 08, 2007 10:25 am
by Hybuir
lol "taint" ... lowbrow humor. Carry on.
Posted: Thu Nov 08, 2007 11:44 am
by DM.
I'm experiencing this as well. However I have Prat installed and the error comes up as it being Prat that is causing the error. Disabling Prat will then say CensusPlus is causing the error. Disabling C+ and enabling Prat will still say Prat is causing the error.
Whats interesting is if I type /target drazen... I get the error. If I type /target draz... I don't and it targets me.
Posted: Thu Nov 08, 2007 8:00 pm
by xpolockx
Hmm, I tried it and don't get a visible error, but I don't have a mod that catches all bugs so I might just not be seeing it.
Posted: Sun Nov 11, 2007 11:14 am
by galmok
Many addons cause this taing issue. One of things causing it is hooking SetItemRef (which a lot of addons do wrong, i.e. not using hooksecurefunc).
Posted: Mon Nov 12, 2007 4:22 pm
by Rollie
Yeah, I don't get this with CP, but I'll keep testing it.
Posted: Tue Nov 13, 2007 1:21 pm
by galmok
I guess I could be falsely accusing CP for the taint problem, but when I disabled CP, the taint issue was resolved. CP may interact with another addon to produce this taint issue.