Page MenuHomeFreeBSD

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

Authored by asomers on May 10 2018, 3:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 30, 6:18 PM
Unknown Object (File)
Mon, Nov 25, 8:10 PM
Unknown Object (File)
Mon, Nov 25, 8:10 PM
Unknown Object (File)
Mon, Nov 25, 7:51 PM
Unknown Object (File)
Oct 29 2024, 11:46 PM
Unknown Object (File)
Sep 11 2024, 2:43 AM
Unknown Object (File)
Sep 10 2024, 6:13 PM
Unknown Object (File)
Sep 4 2024, 1:44 PM
Subscribers

Details

Summary

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.

Test Plan

Open /dev/auditpipe, set the preselect mode to LOCAL, set the preselect flags
and naflags to include class ad, then start auditd. Some ATF tests in progress
do this (Phabricator D15286).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable