Index: src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test |
diff --git a/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test b/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test |
deleted file mode 100644 |
index f2d01a0430658f8e7c34d4c64db4e2685058b7b2..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test |
+++ /dev/null |
@@ -1,51 +0,0 @@ |
-@hex: |
- # Bad example of using lea solution (instead of add) to update rbp. |
- # That is where we use rsp in address instead of rbp. |
- # mov %ebp, %ecx |
- # lea %rbp, [%rsp+%r15*1] |
- 89 cd |
- 4a 8d 2c 3c |
-@val: |
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1] |
- VALIDATOR: ERROR: Illegal change to register RBP |
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx |
- VALIDATOR: ERROR: Illegal assignment to EBP |
- VALIDATOR: Checking jump targets: 0 to 6 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@rval: |
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1] |
- VALIDATOR: ERROR: Illegal change to register RBP |
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx |
- VALIDATOR: ERROR: Illegal assignment to EBP |
- VALIDATOR: Checking jump targets: 0 to 6 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@rvald: |
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1] |
- VALIDATOR: ERROR: Illegal change to register RBP |
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx |
- VALIDATOR: ERROR: Illegal assignment to EBP |
- VALIDATOR: Checking block alignment and jump targets: 0 to 6 |
- *** <input> IS UNSAFE *** |
-@vd-rval: |
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1] |
- VALIDATOR: ERROR: Illegal change to register RBP |
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx |
- VALIDATOR: ERROR: Illegal assignment to EBP |
- VALIDATOR: Checking jump targets: 0 to 6 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@dis: |
- 0000000000000000: 89 cd mov %ebp, %ecx |
- 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1] |
-@vdis: |
- 0000000000000000: 89 cd mov %ebp, %ecx |
- 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1] |
-@rdfa_output: |
- 2: [0] improper %rbp sandboxing |
- 2: [0] error - %bpl or %bp is changed |
- return code: 1 |
-@validators_disagree: |
- errors reported by old validator but not by rdfa one: |
- 0x0 - same error, but it's reported by RDFA differently |