]> Cypherpunks repositories - gostls13.git/commit
os: fix Root.Mkdir permission bits on OpenBSD
authorJosh Rickmar <jrick@zettaport.com>
Thu, 1 May 2025 15:09:40 +0000 (15:09 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 1 May 2025 23:36:58 +0000 (16:36 -0700)
commit7785528c505f6ef9afdb3e089d23dadb860aee11
treeadbcff5bf35644bef84449ecc3c315780a90a9db
parent9921537a96deb3cdfc64478bc041dc97326590ab
os: fix Root.Mkdir permission bits on OpenBSD

Pass missing mode bits in the mkdirat() syscall wrapper.

Fixes #73559

Change-Id: I54b1985bd77b1fe5d1a48acab9f2597f8c931854
GitHub-Last-Rev: 669c17361d86bc9065bb6b47a2d60aa86bcfa12d
GitHub-Pull-Request: golang/go#73565
Reviewed-on: https://go-review.googlesource.com/c/go/+/669375
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/internal/syscall/unix/at_openbsd.go
src/os/root_test.go