Version 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 sendingSIGINFO
/SIGUSR1
to toggle the status bar. (39ff273
) -
Fixed a hang present since bfs 3.0 colorizing paths like
notdir/file
, wherenotdir
is a symlink pointing to a non-directory file. (b89f22cb
)