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
F147238276: D6454.id16568.diff
Mon, Mar 9, 8:49 AM
Unknown Object (File)
Sun, Mar 1, 3:36 PM
Unknown Object (File)
Sun, Mar 1, 3:10 AM
Unknown Object (File)
Feb 2 2026, 9:54 AM
Unknown Object (File)
Jan 31 2026, 3:46 AM
Unknown Object (File)
Jan 16 2026, 3:05 PM
Unknown Object (File)
Jan 15 2026, 7:22 AM
Unknown Object (File)
Dec 20 2025, 5:39 AM
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.