diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-04 12:46:56 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-04 12:46:56 +0900 |
| commit | d6e4f85864a1e9b2aadc2e7f47e481242d5e946a (patch) | |
| tree | ad839fe93504767ef05fe98523cbf0518996761f /internal/pkg/tar.go | |
| parent | 3eb927823f40723418a9762c7845fd4d12faef20 (diff) | |
internal/pkg: ignore typeflag 'g'
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/tar.go')
| -rw-r--r-- | internal/pkg/tar.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/pkg/tar.go b/internal/pkg/tar.go index c5b3eb38..1483246c 100644 --- a/internal/pkg/tar.go +++ b/internal/pkg/tar.go @@ -199,6 +199,10 @@ func (a *tarArtifact) Pathname() (*check.Absolute, error) { } break + case tar.TypeXGlobalHeader: + // ignore + break + default: return DisallowedTypeflagError(typeflag) } |
