Search found 3 matches

by galmok
Tue Nov 13, 2007 1:21 pm
Forum: CensusPlus UI Mod Bugs
Topic: CensusPlus 4.1.4 taint issues
Replies: 7
Views: 8404

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.
by galmok
Sun Nov 11, 2007 11:14 am
Forum: CensusPlus UI Mod Bugs
Topic: CensusPlus 4.1.4 taint issues
Replies: 7
Views: 8404

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).
by galmok
Thu Nov 08, 2007 6:14 am
Forum: CensusPlus UI Mod Bugs
Topic: CensusPlus 4.1.4 taint issues
Replies: 7
Views: 8404

CensusPlus 4.1.4 taint issues

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.