]> Cypherpunks repositories - gostls13.git/commit
archive/tar: correct value passed to Uname method
authorIan Lance Taylor <iant@golang.org>
Thu, 10 Aug 2023 00:46:00 +0000 (17:46 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 10 Aug 2023 14:37:50 +0000 (14:37 +0000)
commitd13f7aa0ae1ad6ec86d66953cc84851977580c8c
treefeb909d9b01f526a3f0995ce81c88f9d9f3731ed
parentada5f8a46d7bf62c879aa918ac808081fb83b252
archive/tar: correct value passed to Uname method

For #50102

Change-Id: I28b5579611b07952b6379bc4603daf29a86a3be0
Reviewed-on: https://go-review.googlesource.com/c/go/+/518056
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tianon Gravi (Andrew) <admwiggin@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: qiulaidongfeng <2645477756@qq.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
src/archive/tar/common.go
src/archive/tar/tar_test.go