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

Unified Diff: src/trusted/validator/ncfileutil.c

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 side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator/ncfileutil.c
diff --git a/src/trusted/validator/ncfileutil.c b/src/trusted/validator/ncfileutil.c
index 1814eb3e66c8715a672ace74ed86c3e91074e05d..7cf78845950201b42ded78e9143badaaba620067 100644
--- a/src/trusted/validator/ncfileutil.c
+++ b/src/trusted/validator/ncfileutil.c
@@ -141,9 +141,6 @@ static int nc_load(ncfile *ncf, int fd) {
}
}
- /* We now support only 32-byte bundle alignment. */
- ncf->ncalign = 32;
-
/* Read the program header table */
if (phnum <= 0 || phnum > kMaxPhnum) {
ncf->error_fn("nc_load(%s): e_phnum %d > kMaxPhnum %d\n",

Powered by Google App Engine
This is Rietveld 408576698