| Index: sandbox/win/src/policy_broker.cc
|
| diff --git a/sandbox/win/src/policy_broker.cc b/sandbox/win/src/policy_broker.cc
|
| index fbe4619077000fac76875fe0f91f474ac1d44571..dc5e18c28b9eb45c089ecdef68c1b0aaad154d28 100644
|
| --- a/sandbox/win/src/policy_broker.cc
|
| +++ b/sandbox/win/src/policy_broker.cc
|
| @@ -73,6 +73,7 @@ bool SetupNtdllImports(TargetProcess *child) {
|
| INIT_GLOBAL_RTL(_strnicmp);
|
| INIT_GLOBAL_RTL(strlen);
|
| INIT_GLOBAL_RTL(wcslen);
|
| + INIT_GLOBAL_RTL(memcpy);
|
|
|
| #ifndef NDEBUG
|
| // Verify that the structure is fully initialized.
|
|
|