...
Code Block | ||||
---|---|---|---|---|
| ||||
public AtomicReferenceArray(E[] array) { // Visibility guaranteed by final field guarantees this.array = array.clone(); } |
This code class was subsequently invoked used by the Flashback exploit that infected 550,000 Macintosh computers in April 2012.1
...