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)
Fri, Oct 17, 8:11 AM
Unknown Object (File)
Fri, Sep 26, 11:17 PM
Unknown Object (File)
Fri, Sep 26, 7:25 AM
Unknown Object (File)
Tue, Sep 23, 10:54 PM
Unknown Object (File)
Sep 21 2025, 1:22 AM
Unknown Object (File)
Sep 18 2025, 8:17 AM
Unknown Object (File)
Sep 17 2025, 5:51 AM
Unknown Object (File)
Sep 12 2025, 7:33 AM
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.