|
|
|
|
|
by jsheard
3033 days ago
|
|
In the early days of WebGL some browsers leaked information via uninitialized GPU memory, so an attacker could potentially read texture data left behind by other processes. Todays WebGL implementations take care to wipe new memory allocations with zeros before letting the untrusted script do anything with them though. |
|