]> Cypherpunks repositories - gostls13.git/commit
Change Stat to Lstat in Readdir so we don't recur when someone symlinks "."
authorRob Pike <r@golang.org>
Thu, 29 Oct 2009 17:53:37 +0000 (10:53 -0700)
committerRob Pike <r@golang.org>
Thu, 29 Oct 2009 17:53:37 +0000 (10:53 -0700)
commit449086eec9493722aca96fb3dd84f9c1f67d0307
treef4c5e20b1ad3164308cdb52b9a200153babd5cab
parentb89d6309771909674413789100c17c6d96945477
Change Stat to Lstat in Readdir so we don't recur when someone symlinks "."

R=rsc
CC=go-dev
http://go/go-review/1018003
src/pkg/os/file.go