Commit 7961940
committed
Check skin privacy before calling getTexture in _drawThese
Fixes a theoretical side channel where a private skin's getTexture()
function could be easily timed (eg. using stamps) which could
possibly leak information to the project. No known case where this
would be even remotely possible.1 parent f767199 commit 7961940
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2111 | 2111 | | |
2112 | 2112 | | |
2113 | 2113 | | |
2114 | | - | |
2115 | | - | |
| 2114 | + | |
| 2115 | + | |
2116 | 2116 | | |
2117 | 2117 | | |
2118 | 2118 | | |
2119 | 2119 | | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
2120 | 2123 | | |
2121 | 2124 | | |
2122 | 2125 | | |
| |||
0 commit comments