github mhx/dwarfs v0.6.2
dwarfs-0.6.2

latest releases: v0.15.3, v0.15.2, v0.15.1...
3 years ago

Bugfixes

  • Fix #91: image creation reproducibility. Add --no-create-timestamp option, produce deterministic inode numbers and fix fsst bug that causes symbol tables to be non-deterministic. Images built while omitting create timestamps will now be bit-identical.

  • Fix #93: only overwrite existing output file when --force option given on command line.

  • Fix #104: extracting large files was causing dwarfsextract to OOM. This was fixed by extracting large files in chunks rather than all at once.

  • Fix #105: handle strrchr() return NULL.

  • Fix out-of-bounds access (PR #106).

  • Fix swapped-out cached block detection (PR #107).

  • Fix data race in cached block that was triggered by statistics collection and could cause the process to crash.

  • Fix heap-use-after-free when writing section index.

Don't miss a new dwarfs release

NewReleases is sending notifications on new releases.