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)
Thu, Apr 23, 4:31 AM
Unknown Object (File)
Thu, Apr 23, 12:06 AM
Unknown Object (File)
Sun, Apr 19, 11:39 PM
Unknown Object (File)
Sun, Apr 19, 11:09 PM
Unknown Object (File)
Sat, Apr 18, 4:15 AM
Unknown Object (File)
Fri, Apr 17, 10:00 AM
Unknown Object (File)
Fri, Apr 17, 8:10 AM
Unknown Object (File)
Fri, Apr 17, 8:07 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3826
Build 3869: 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
133–137

Seems you can drop this line now?

allanjude added inline comments.
sys/kern/subr_taskqueue.c
133–137

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

Remove a line that crept in.