]> Cypherpunks repositories - gostls13.git/commit
internal/syscall/unix: use correct number of params in unlinkat, fchownat
authorDamien Neil <dneil@google.com>
Wed, 19 Mar 2025 20:13:51 +0000 (13:13 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 19 Mar 2025 22:39:13 +0000 (15:39 -0700)
commit48240ad3f927b593de69d9aa6b22f96db982c578
treecdc93808357a47b766d8705c271d9d76891fde9e
parentcb0d767a1022ac3e1384761facd949ea00f3a761
internal/syscall/unix: use correct number of params in unlinkat, fchownat

We were calling syscall6 with an incorrect parameter count, omitting
the flags parameter.

Change-Id: Ife606bd57c1e4b899c0340767e9197bbe0aa81a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/659415
Auto-Submit: 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>
src/internal/syscall/unix/at_libc.go