Page MenuHomeFreeBSD

Adjust the creation of tq_name so it can be freed correctly
ClosedPublic

Authored by scottl on May 19 2016, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 4, 11:38 PM
Unknown Object (File)
May 7 2026, 11:33 AM
Unknown Object (File)
Apr 29 2026, 9:20 AM
Unknown Object (File)
Apr 28 2026, 10:25 PM
Unknown Object (File)
Apr 28 2026, 8:57 PM
Unknown Object (File)
Apr 28 2026, 8:20 PM
Unknown Object (File)
Apr 28 2026, 4:24 PM
Unknown Object (File)
Apr 28 2026, 4:18 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3825
Build 3868: arc lint + arc unit

Event Timeline

scottl retitled this revision from to Adjust the creation of tq_name so it can be freed correctly.
scottl updated this object.
scottl edited the test plan for this revision. (Show Details)
scottl added a reviewer: kmacy.
jhb added inline comments.
sys/kern/subr_taskqueue.c
138

Seems you can drop this line now?

allanjude added inline comments.
sys/kern/subr_taskqueue.c
138

you write the name in, then replace the pointer with this assignment

Remove a line that crept in.