Skip to content

Version 2.6.3

Compare
Choose a tag to compare
@tavianator tavianator released this 31 Jan 18:32
· 851 commits to main since this release
2.6.3
  • Fixed running the tests as root on Linux 8b24de3

  • Fixed some tests on Android 2724dfb 0a5a80c

  • Stopped relying on non-POSIX touch(1) features in the tests. This should fix the tests on at least OpenBSD. 2d5edb3

  • User/group caches are now filled lazily instead of eagerly b41dca5

  • More caches and I/O streams are flushed before -exec/-ok f98a1c4

  • Fixed various memory safety issues found by fuzzing
    712b137 5ce883d da02def c55e855

  • Fixed a test failure on certain macOS versions 8b24de3

  • Mitigated a race condition when determining filesystem types (#97)

  • Lots of refactoring and optimization