]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: Handle EADDRNOTAVAIL as journal corruption
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 2 May 2023 07:16:16 +0000 (09:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 May 2023 10:17:41 +0000 (12:17 +0200)
commita3b076f641fab2989745ee057e3576f970e0eff6
tree61bbf2c643b48d9a71a306e91ac91eabdd66da8a
parentab13274a19ee310ed8569612a862b977d054ed6c
tree-wide: Handle EADDRNOTAVAIL as journal corruption

Journal corruption is not only indicated by EBADMSG but also by
EADDRNOTAVAIL so treat that as corruption in a few more cases.
src/journal-remote/journal-remote-parse.c
src/libsystemd/sd-journal/journal-file.c
src/shared/logs-show.c