Whamcloud - gitweb
e2fsck: handle invalid percent expansions in the log filename
authorTheodore Ts'o <tytso@mit.edu>
Thu, 11 Aug 2022 02:48:13 +0000 (22:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Aug 2022 02:48:13 +0000 (22:48 -0400)
commitaa5732531f76e405a17415a4217f86cf8270d589
treee347d16753bb141cab1555737849992c97956982
parent5308fc1ee5a1e2b402f099fcc0c445387b91a01d
e2fsck: handle invalid percent expansions in the log filename

Add a missing default: case when expanding percent expansions in the
log file specified in /etc/e2fsck.conf.

Addresses-Coverity-Bug: 1500757
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/logfile.c