Fix GN hang spawning a process.
I "cleverly" used std::copy assuming it would not malloc or lock, but it does in the debug build of the STL (at least) to do some verification. This causes the fork to hang on Posix. This version matches the base code. BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/299003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272571 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment