Page MenuHomeFreeBSD

Fix potential use-after free in taskqueue_drain_all
ClosedPublic

Authored by julian on Oct 5 2016, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 6:04 PM
Unknown Object (File)
Tue, Apr 16, 6:03 PM
Unknown Object (File)
Mar 16 2024, 6:29 PM
Unknown Object (File)
Mar 16 2024, 6:28 PM
Unknown Object (File)
Dec 22 2023, 2:46 PM
Unknown Object (File)
Dec 20 2023, 3:21 AM
Unknown Object (File)
Sep 21 2023, 12:05 PM
Unknown Object (File)
Aug 17 2023, 1:07 PM
Subscribers

Details

Summary

While the thread is sleeping it is posible that the queue entry it
is looking at is removed from the queue, but we make no effort to
account for this.

Test Plan

Systems which used to hang due to this now boot

Diff Detail

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

Event Timeline

julian retitled this revision from to Fix potential use-after free in taskqueue_drain_all.
julian updated this object.
julian edited the test plan for this revision. (Show Details)
adrian added a reviewer: adrian.
This revision is now accepted and ready to land.Oct 7 2016, 8:34 PM

Please commit this patch, this fixes FreeBSD PR 209580.

This comment was removed by julian.