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, Apr 13, 2:56 PM
Unknown Object (File)
Dec 20 2023, 3:55 AM
Unknown Object (File)
Dec 14 2023, 3:18 AM
Unknown Object (File)
Dec 10 2023, 10:48 PM
Unknown Object (File)
Dec 5 2023, 12:11 AM
Unknown Object (File)
Sep 7 2023, 7:42 AM
Unknown Object (File)
Sep 7 2023, 7:41 AM
Unknown Object (File)
Sep 7 2023, 7:36 AM
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