]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Once in a month, when the moon is full, killall mistakenly considers
authorKonstantin Belousov <kib@FreeBSD.org>
Sat, 30 Jun 2012 16:36:22 +0000 (16:36 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Sat, 30 Jun 2012 16:36:22 +0000 (16:36 +0000)
commitc517bc15027a6c36a885b7118c72e9f0a00b016b
tree82afc9c0b258206585d8c4e4ac0e1e974d0a680a
parent407e615c6813f0b11e57016bf47697654f8a9df9
Once in a month, when the moon is full, killall mistakenly considers
living process as a zombie and refuses to kill it. The cause is that
the code masks ki_stat with SZOMB to compare with SZOMB, but ki_stat
is not a mask.

Possibly reported by: cperciva
MFC after: 3 days
usr.bin/killall/killall.c