Fix as indentation

bug/bundler_fix
jvazquez-r7 2015-04-29 19:01:11 -05:00
parent d773f85dca
commit b07a864416
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 153 additions and 153 deletions

View File

@ -312,13 +312,13 @@ package
while (i < this.object_vector_length)
{
if (i % 2 == 0) {
uint_vector = this.object_vector[i] as Vector.<uint>;
uint_vector = this.object_vector[i] as Vector.<uint>
uint_vector.length = 114
uint_vector[0] = 0xfeedbabe
uint_vector[1] = i;
uint_vector[1] = i
uint_vector[2] = 0xbabeface
} else {
objects = this.object_vector[i] as Vector.<Object>;
objects = this.object_vector[i] as Vector.<Object>
objects.length = 114
objects[0] = this.ba
objects[1] = i
@ -326,7 +326,7 @@ package
objects[3] = this.stack
objects[4] = this.payload_space
}
i++;
i++
}
}
@ -357,7 +357,7 @@ package
}
i = i + 4
}
return 0xffffffff;
return 0xffffffff
}
// Use the corrupted shared_ba to disclose its own address