Page MenuHomeFreeBSD

rtsold: fix memory leak in script execution
ClosedPublic

Authored by vangyzen on Feb 23 2022, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 5:13 PM
Unknown Object (File)
Sun, Aug 9, 7:00 PM
Unknown Object (File)
Wed, Aug 5, 3:12 AM
Unknown Object (File)
Tue, Aug 4, 9:06 AM
Unknown Object (File)
Mon, Jul 27, 2:06 AM
Unknown Object (File)
Sat, Jul 25, 5:44 AM
Unknown Object (File)
Mon, Jul 20, 3:48 AM
Unknown Object (File)
Jul 2 2026, 5:29 PM
Subscribers

Details

Summary

Since commit 04e9edb54428, rtsold has leaked the memory for the
argument vector of every script it runs.

Fixes: 04e9edb5442826a14616157962361ff81e4a38fe
MFC after: 1 week
Sponsored by: Dell EMC Isilon

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
usr.sbin/rtsold/cap_script.c
201

I'd add a new error variable, but I'm ok with it either way.

This revision is now accepted and ready to land.Feb 23 2022, 5:00 PM
This revision was automatically updated to reflect the committed changes.