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

Unified Diff: src/trusted/service_runtime/env_cleanser_test.c

Issue 7031023: Run NaClEnvCleanser in standalone sel_ldr (in addition to sel_main_chrome). Add a couple of ld.so... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 7 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/service_runtime/env_cleanser_test.c
===================================================================
--- src/trusted/service_runtime/env_cleanser_test.c (revision 5333)
+++ src/trusted/service_runtime/env_cleanser_test.c (working copy)
@@ -150,8 +150,8 @@
}
printf("\nEnvironment Filtering\n");
- NaClEnvCleanserCtor(&nec);
- if (!NaClEnvCleanserInit(&nec, kMurkyEnv)) {
+ NaClEnvCleanserCtor(&nec, 1);
+ if (!NaClEnvCleanserInit(&nec, kMurkyEnv, NULL)) {
printf("FAILED: NaClEnvCleanser Init failed\n");
++errors;
} else {

Powered by Google App Engine
This is Rietveld 408576698