Index: src/trusted/service_runtime/sel_ldr.c |
diff --git a/src/trusted/service_runtime/sel_ldr.c b/src/trusted/service_runtime/sel_ldr.c |
index 4856b5799ad6c29cc4f7a565e70ecbe1fcfacf14..8031c8f4f3a9ba49946edd7ae206efd137f13e71 100644 |
--- a/src/trusted/service_runtime/sel_ldr.c |
+++ b/src/trusted/service_runtime/sel_ldr.c |
@@ -75,6 +75,8 @@ int NaClAppWithSyscallTableCtor(struct NaClApp *nap, |
/* The validation cache will be injected later, if it exists. */ |
nap->validation_cache = NULL; |
+ nap->enable_dfa_validator = 0; |
+ |
nap->addr_bits = NACL_MAX_ADDR_BITS; |
nap->stack_size = NACL_DEFAULT_STACK_MAX; |