ericmckean / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Stop using getwd in nacl_spawn.cc #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There were two issues in glibc's getcwd

https://codereview.chromium.org/140993003
https://chromium.googlesource.com/native_client/nacl-glibc/+/ad6acbfa731098378a3
1f9ec5cee7eee3a9411a0

so we use getwd instead of getcwd for now. Once the default naclsdk has had the 
fixes, remove the use of getwd.

Original issue reported on code.google.com by ham...@chromium.org on 4 Feb 2014 at 2:59