]> Cypherpunks.ru repositories - gostls13.git/commit
archive/tar, archive/zip: document ErrInsecurePath and GODEBUG setting
authorRuss Cox <rsc@golang.org>
Sat, 14 Jan 2023 19:44:21 +0000 (14:44 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 17 Jan 2023 14:18:16 +0000 (14:18 +0000)
commit145dd38471fe5e14b8a77f5f466b70ab49c9a62b
treec9d70dcf466e6edc387f434b3de7d09def3a3e7f
parent1c65b69bd1dbc930c6246877f6c21c81f2a60d55
archive/tar, archive/zip: document ErrInsecurePath and GODEBUG setting

These are mentioned in the release notes but not the actual doc comments.
Nothing should exist only in release notes.

Change-Id: I8d10f25a2c9b2677231929ba3f393af9034b777b
Reviewed-on: https://go-review.googlesource.com/c/go/+/462195
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/archive/tar/reader.go
src/archive/zip/reader.go