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

Unified Diff: src/trusted/validator_ragel/dfa_validate_common.h

Issue 1276543006: Experimental: Bundle revalidation inside user callback Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fix error checking Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator_ragel/dfa_validate_64.c ('k') | src/trusted/validator_ragel/dfa_validate_common.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_ragel/dfa_validate_common.h
diff --git a/src/trusted/validator_ragel/dfa_validate_common.h b/src/trusted/validator_ragel/dfa_validate_common.h
index c033907629560c4d81e1b81204e8fdd246036fea..c3ceca7fb2324a2202ba803dabc3812b6cfce83b 100644
--- a/src/trusted/validator_ragel/dfa_validate_common.h
+++ b/src/trusted/validator_ragel/dfa_validate_common.h
@@ -34,6 +34,9 @@ Bool NaClDfaProcessValidationError(const uint8_t *begin, const uint8_t *end,
struct StubOutCallbackData {
uint32_t flags;
int did_rewrite;
+ int chunk_processed_as_a_contiguous_stream;
+ int bundle_begin_offset;
+ void *cpu_features;
};
Bool NaClDfaStubOutUnsupportedInstruction(const uint8_t *begin,
« no previous file with comments | « src/trusted/validator_ragel/dfa_validate_64.c ('k') | src/trusted/validator_ragel/dfa_validate_common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698