Page MenuHomeFreeBSD

sound: Drain buffer selinfo in sndbuf_free()
ClosedPublic

Authored by christos on Mar 28 2024, 5:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 2:12 AM
Unknown Object (File)
Sun, Nov 9, 12:24 AM
Unknown Object (File)
Fri, Nov 7, 10:52 PM
Unknown Object (File)
Fri, Nov 7, 5:42 AM
Unknown Object (File)
Wed, Nov 5, 12:22 PM
Unknown Object (File)
Wed, Nov 5, 12:21 PM
Unknown Object (File)
Wed, Nov 5, 12:20 PM
Unknown Object (File)
Wed, Nov 5, 10:02 AM
Subscribers
None

Details

Summary

Prevent a use-after-free in kern_poll() by making sure the buffer's
selinfo is drained.

Reported by: KASAN
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

christos created this revision.
christos retitled this revision from sound: drain buffer selinfo during sndbuf_free() to sound: Drain buffer selinfo in sndbuf_free().Mar 28 2024, 5:18 AM

In the commit message, you should note that this is only required with async detach.

This revision is now accepted and ready to land.Mar 29 2024, 2:43 PM