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)
Wed, May 1, 11:49 PM
Unknown Object (File)
Wed, May 1, 11:14 PM
Unknown Object (File)
Wed, May 1, 11:14 PM
Unknown Object (File)
Wed, May 1, 11:13 PM
Unknown Object (File)
Wed, May 1, 10:49 PM
Unknown Object (File)
Sun, Apr 28, 10:34 PM
Unknown Object (File)
Wed, Apr 24, 6:45 AM
Unknown Object (File)
Tue, Apr 16, 6:04 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

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.