]> Cypherpunks repositories - gostls13.git/commit
os: fix race condition between (*os.File).Stat and os.Chdir on windows
authorHiroshi Ioka <hirochachacha@gmail.com>
Mon, 28 Dec 2015 12:35:48 +0000 (21:35 +0900)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 30 Dec 2015 06:37:08 +0000 (06:37 +0000)
commit4601776901a4db8b213d66392128a7a2f1c8d1c4
treeb3f2a57c6c5aecf1bde4cb383ee0393865085e12
parent8d5ff2e182c52c4fa6af18e536dcef6e12ad8cb2
os: fix race condition between (*os.File).Stat and os.Chdir on windows

Fixes #13752

Change-Id: I53cfc4ecae90c35b6f1074f3be08489c408a6464
Reviewed-on: https://go-review.googlesource.com/18181
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/os/os_windows_test.go
src/os/stat_windows.go