]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
Omit password in debug (syslog) output 1811/head
authorKlemens Nanni <kn@openbsd.org>
Sat, 24 Feb 2024 13:41:02 +0000 (14:41 +0100)
committerKlemens Nanni <kn@openbsd.org>
Sat, 24 Feb 2024 13:41:02 +0000 (14:41 +0100)
commitb831da4bf1cf2572235e5d359eb7b690c0a8d18d
treee336aaa77725446ca28c840dd747d4c35a172c60
parent00a47584049789286e4ced0d95745066e4b0cb77
Omit password in debug (syslog) output

Configuration files may contain it, but those can be protected with
filesystem permissions.

Debug log, however, may end up in syslog(3) which is usually accessible
by all users on a system.

Avoid disclosing user secrets by simply not printing the password.
shairport.c