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, May 7, 11:33 AM
Unknown Object (File)
Wed, Apr 29, 9:20 AM
Unknown Object (File)
Tue, Apr 28, 10:25 PM
Unknown Object (File)
Tue, Apr 28, 8:57 PM
Unknown Object (File)
Tue, Apr 28, 8:20 PM
Unknown Object (File)
Tue, Apr 28, 4:24 PM
Unknown Object (File)
Tue, Apr 28, 4:18 PM
Unknown Object (File)
Mon, Apr 27, 8:40 PM
Subscribers

Diff Detail

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

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 ↗(On Diff #16568)

Seems you can drop this line now?

allanjude added inline comments.
sys/kern/subr_taskqueue.c
138 ↗(On Diff #16568)

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

Remove a line that crept in.