Skip to content

Version 4.0.3

Compare
Choose a tag to compare
@tavianator tavianator released this 22 Oct 22:26
· 13 commits to main since this release
4.0.3

Bug fixes

  • Fixed an assertion failure when $LS_COLORS contained escaped NUL bytes like *\0.gz= (f5eaadb9)

  • Fixed a use-after-free bug introduced in bfs 4.0 when unregistering and re-registering signal hooks. This could be reproduced with bfs -nocolor by repeatedly sending SIGINFO/SIGUSR1 to toggle the status bar. (39ff273)

  • Fixed a hang present since bfs 3.0 colorizing paths like notdir/file, where notdir is a symlink pointing to a non-directory file. (b89f22cb)