deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

@std/tar: `untar_stream` fails to extract a macos archive with "archive entry has invalid header checksum"

Open johnstonmatt opened this issue 1 year ago • 9 comments

The archive is https://github.com/polyseam/cndi/releases/download/v2.20.0/cndi-mac.tar.gz

and it is generated with deno compile: ie: deno task build https://github.com/polyseam/cndi/blob/747d14b16779e761c05d80917c8fc141cdae259b/deno.json#L18

https://github.com/denoland/std/blob/ea8548602e42745c236dbecc21f52105dfe8ea18/tar/untar_stream.ts#L242

johnstonmatt avatar Oct 01 '24 20:10 johnstonmatt