Index: src/trusted/service_runtime/sel_ldr.c |
=================================================================== |
--- src/trusted/service_runtime/sel_ldr.c (revision 1006) |
+++ src/trusted/service_runtime/sel_ldr.c (working copy) |
@@ -76,7 +76,6 @@ |
goto cleanup_desc_tbl; |
} |
- nap->phdrs = NULL; |
nap->service_port = NULL; |
nap->service_address = NULL; |
nap->secure_channel = NULL; |
@@ -812,7 +811,7 @@ |
errcode = NaClAppLoadFile((struct Gio *) &gf, |
nap, |
- NACL_ABI_MISMATCH_OPTION_ABORT); |
+ NACL_ABI_CHECK_OPTION_CHECK); |
if (LOAD_OK != errcode) { |
nap->module_load_status = errcode; |
return NACL_SRPC_RESULT_APP_ERROR; |