blob: 2438a1b515e10b268fb4c607e7b77ea182bb7270 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- chromium/sandbox/linux/seccomp/sandbox.cc
+++ chromium/sandbox/linux/seccomp/sandbox.cc
@@ -444,8 +444,8 @@
}
processFdPub_ = pair[0];
cloneFdPub_ = pair[2];
- SecureMemArgs::Args* secureMem = createTrustedProcess(pair[0], pair[1],
- pair[2], pair[3]);
+ SecureMemArgs* secureMem = createTrustedProcess(pair[0], pair[1],
+ pair[2], pair[3]);
// We find all libraries that have system calls and redirect the system
// calls to the sandbox. If we miss any system calls, the application will be
|