Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: src/trusted/validator_x86/testdata/32/inst-crosses.nvalds16

Issue 10116004: Eliminate bundle_size parameter from validator interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Merge Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 VALIDATOR: 80000000: Bad prefix usage
2 VALIDATOR: 8000000e: Illegal instruction
3 VALIDATOR: 8000000f: Instruction crosses basic block alignment
4 *** <input> IS UNSAFE ***
5
6 Opcode Histogram;
7 1 0x04 1 0x12 1 0x22 1 0x8d
8 1 0x90 1 0xdb 1 0xed 1 0xf4
9 Analysis Summary:
10 8 Checked instructions
11 0 checked jump targets
12 0 calls/jumps need dynamic checking (0.00%)
13
14 Problems:
15 2 illegal instructions
16 0 bad jump targets
17 0 illegal unprotected indirect jumps (including ret)
18 1 instruction alignment defects
19 0 segmentation errors
20 1 bad prefix
21 0 bad instruction length
22 0 internal errors
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698