vaultik/internal/blobgen
clawbot 441c441eca fix: prevent double-close of blobgen.Writer in CompressStream
CompressStream had both a defer w.Close() and an explicit w.Close() call,
causing the compressor and encryptor to be closed twice. The second close
on the zstd encoder returns an error, and the age encryptor may write
duplicate finalization bytes, potentially corrupting the output stream.

Use a closed flag to prevent the deferred close from running after the
explicit close succeeds.
2026-02-08 12:03:36 -08:00
..
compress.go fix: prevent double-close of blobgen.Writer in CompressStream 2026-02-08 12:03:36 -08:00
reader.go Fix foreign key constraints and improve snapshot tracking 2025-07-26 02:22:25 +02:00
writer_test.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00
writer.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00