]> Cypherpunks repositories - gostls13.git/commit
os: explicitly return nil for rootChown in root_openat.go
authorJes Cok <xigua67damn@gmail.com>
Fri, 14 Feb 2025 13:50:24 +0000 (13:50 +0000)
committerGopher Robot <gobot@golang.org>
Sat, 15 Feb 2025 04:21:32 +0000 (20:21 -0800)
commit63ae4167208259fea30769e7baf8ef5b4c73ef4e
treea28cf52b4de1fad54f2b87bf73aaa14554d22152
parentd7c242a19ae0fd9adae1c6d6222df2f1d93646da
os: explicitly return nil for rootChown in root_openat.go

It is consistent with the same function in root_noopenat.go.

Change-Id: I6ddbf4dfcc725cb2023bc6bed961cc525b9c43d2
GitHub-Last-Rev: 0802150a6a8e5d4bd395b702ecc518df1e8dd4c0
GitHub-Pull-Request: golang/go#71743
Reviewed-on: https://go-review.googlesource.com/c/go/+/649417
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/os/root_openat.go