]> git.ipfire.org Git - thirdparty/util-linux.git/commit
login: ignore SIGXFSZ when write to lastlog
authorKarel Zak <kzak@redhat.com>
Wed, 19 Nov 2014 14:45:42 +0000 (15:45 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 19 Nov 2014 14:45:42 +0000 (15:45 +0100)
commit6f7eba20aff93f4a583dd81d16e2a8cd4a4e39c9
tree4b9db774c45f5832835435198599fd9fba3b50fd
parent9b825f81940b18f6db2e43063431aef30e89a0fa
login: ignore SIGXFSZ when write to lastlog

the lastlog file is huge and on systems with large UIDs, it's so huge that
it generates SIGXFSZ when the FSIZE limit is too small.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1165702
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/login.c