HomeFreeBSD

MFC r334296:

Description

MFC r334296:

Fix "Bad tailq" panic when auditing auditon(A_SETCLASS, ...)

Due to an oversight in r195280, auditon(A_SETCLASS, ...) would cause a tailq
element to get added to the tailq twice, resulting in a circular tailq. This
panics when INVARIANTS are on.

Differential Revision: https://reviews.freebsd.org/D15381

Details

Provenance
asomersAuthored on
Differential Revision
D15381: Fix "Bad tailq" panic when auditing auditon(A_SETCLASS, ...)
Parents
rS336206: MFC r335937:
Branches
Unknown
Tags
Unknown