| 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 832ef1000c94e48cd0369f3571cfe56bf3f4c6cb..d770942a7296faad97ab4dc3c1d72f80bdb48364 100644
|
| --- a/src/trusted/service_runtime/sel_ldr.c
|
| +++ b/src/trusted/service_runtime/sel_ldr.c
|
| @@ -75,7 +75,7 @@ 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->validator = NaClCreateValidator();
|
|
|
| nap->addr_bits = NACL_MAX_ADDR_BITS;
|
|
|
|
|